Home
last modified time | relevance | path

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

/linux-6.12.1/fs/xfs/
Dxfs_extent_busy.h20 struct xfs_extent_busy { struct
21 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