Home
last modified time | relevance | path

Searched refs:iwag (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/fs/xfs/
H A Dxfs_iwalk.c154 struct xfs_iwalk_ag *iwag) in xfs_iwalk_alloc() argument
158 ASSERT(iwag->recs == NULL); in xfs_iwalk_alloc()
159 iwag->nr_recs = 0; in xfs_iwalk_alloc()
162 size = iwag->sz_recs * sizeof(struct xfs_inobt_rec_incore); in xfs_iwalk_alloc()
163 iwag->recs = kmem_alloc(size, KM_MAYFAIL); in xfs_iwalk_alloc()
164 if (iwag->recs == NULL) in xfs_iwalk_alloc()
173 struct xfs_iwalk_ag *iwag) in xfs_iwalk_free() argument
175 kmem_free(iwag->recs); in xfs_iwalk_free()
176 iwag->recs = NULL; in xfs_iwalk_free()
182 struct xfs_iwalk_ag *iwag) in xfs_iwalk_ag_recs() argument
[all …]