Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/fs/xfs/
Dxfs_iwalk.c49 struct xfs_iwalk_ag { struct
51 struct xfs_pwork pwork;
53 struct xfs_mount *mp;
54 struct xfs_trans *tp;
55 struct xfs_perag *pag;
58 xfs_ino_t startino;
61 xfs_ino_t lastino;
64 struct xfs_inobt_rec_incore *recs;
67 unsigned int sz_recs;
70 unsigned int nr_recs;
[all …]
/kernel/linux/linux-5.10/fs/xfs/
Dxfs_iwalk.c48 struct xfs_iwalk_ag { struct
50 struct xfs_pwork pwork;
52 struct xfs_mount *mp;
53 struct xfs_trans *tp;
56 xfs_ino_t startino;
59 xfs_ino_t lastino;
62 struct xfs_inobt_rec_incore *recs;
65 unsigned int sz_recs;
68 unsigned int nr_recs;
71 xfs_iwalk_fn iwalk_fn;
[all …]