Searched defs:xfs_extent_busy (Results 1 – 2 of 2) sorted by relevance
22 struct xfs_extent_busy { struct34 xfs_extent_busy_insert(struct xfs_trans *tp, xfs_agnumber_t agno, argument
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