Lines Matching defs:xfs_iwalk_ag
49 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;
73 xfs_iwalk_fn iwalk_fn;
74 xfs_inobt_walk_fn inobt_walk_fn;
75 void *data;
82 unsigned int trim_start:1;
85 unsigned int skip_empty:1;
88 unsigned int drop_trans:1;
403 xfs_iwalk_ag( in xfs_iwalk_ag() function