Searched defs:xfs_extent_busy (Results 1 – 1 of 1) sorted by relevance
19 struct xfs_extent_busy { struct20 struct rb_node rb_node; /* group by-bno indexed search tree */21 struct list_head list; /* transaction busy extent list */22 struct xfs_group *group;46 void xfs_extent_busy_insert(struct xfs_trans *tp, struct xfs_group *xg, argument