Searched defs:xfs_extent_busy (Results 1 – 1 of 1) sorted by relevance
20 struct xfs_extent_busy { struct21 struct rb_node rb_node; /* ag by-bno indexed search tree */22 struct list_head list; /* transaction busy extent list */23 xfs_agnumber_t agno;24 xfs_agblock_t bno;25 xfs_extlen_t length;49 xfs_extent_busy_insert(struct xfs_trans *tp, struct xfs_perag *pag, argument