Lines Matching defs:xfs_iwalk_ag
50 struct xfs_iwalk_ag { struct
52 struct xfs_pwork pwork;
54 struct xfs_mount *mp;
55 struct xfs_trans *tp;
56 struct xfs_perag *pag;
59 xfs_ino_t startino;
62 xfs_ino_t lastino;
65 struct xfs_inobt_rec_incore *recs;
68 unsigned int sz_recs;
71 unsigned int nr_recs;
74 xfs_iwalk_fn iwalk_fn;
75 xfs_inobt_walk_fn inobt_walk_fn;
76 void *data;
83 unsigned int trim_start:1;
86 unsigned int skip_empty:1;
89 unsigned int drop_trans:1;
396 xfs_iwalk_ag( in xfs_iwalk_ag() function