Lines Matching defs:xfs_iwalk_ag
48 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;
72 xfs_inobt_walk_fn inobt_walk_fn;
73 void *data;
80 unsigned int trim_start:1;
83 unsigned int skip_empty:1;
388 xfs_iwalk_ag( in xfs_iwalk_ag() function