Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/xfs/
Dxfs_extent_busy.h22 struct xfs_extent_busy { struct
34 xfs_extent_busy_insert(struct xfs_trans *tp, xfs_agnumber_t agno, argument
/kernel/linux/linux-6.6/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