Searched defs:xfs_busy_extent (Results 1 – 1 of 1) sorted by relevance
184 struct xfs_busy_extent { struct185 struct rb_node rb_node; /* ag by-bno indexed search tree */186 struct list_head list; /* transaction busy extent list */187 xfs_agnumber_t agno;188 xfs_agblock_t bno;189 xfs_extlen_t length;190 unsigned int flags;