Home
last modified time | relevance | path

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

/Linux-v5.10/fs/xfs/
Dxfs_iwalk.c149 struct xfs_iwalk_ag *iwag) in xfs_iwalk_alloc() argument
153 ASSERT(iwag->recs == NULL); in xfs_iwalk_alloc()
154 iwag->nr_recs = 0; in xfs_iwalk_alloc()
157 size = iwag->sz_recs * sizeof(struct xfs_inobt_rec_incore); in xfs_iwalk_alloc()
158 iwag->recs = kmem_alloc(size, KM_MAYFAIL); in xfs_iwalk_alloc()
159 if (iwag->recs == NULL) in xfs_iwalk_alloc()
168 struct xfs_iwalk_ag *iwag) in xfs_iwalk_free() argument
170 kmem_free(iwag->recs); in xfs_iwalk_free()
171 iwag->recs = NULL; in xfs_iwalk_free()
177 struct xfs_iwalk_ag *iwag) in xfs_iwalk_ag_recs() argument
[all …]