Home
last modified time | relevance | path

Searched defs:xfs_extent_busy (Results 1 – 1 of 1) sorted by relevance

/linux-6.14.4/fs/xfs/
Dxfs_extent_busy.h19 struct xfs_extent_busy { struct
20 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