Home
last modified time | relevance | path

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

/Linux-v5.4/fs/xfs/
Dxfs_iwalk.c146 struct xfs_iwalk_ag *iwag) in xfs_iwalk_alloc() argument
150 ASSERT(iwag->recs == NULL); in xfs_iwalk_alloc()
151 iwag->nr_recs = 0; in xfs_iwalk_alloc()
154 size = iwag->sz_recs * sizeof(struct xfs_inobt_rec_incore); in xfs_iwalk_alloc()
155 iwag->recs = kmem_alloc(size, KM_MAYFAIL); in xfs_iwalk_alloc()
156 if (iwag->recs == NULL) in xfs_iwalk_alloc()
165 struct xfs_iwalk_ag *iwag) in xfs_iwalk_free() argument
167 kmem_free(iwag->recs); in xfs_iwalk_free()
168 iwag->recs = NULL; in xfs_iwalk_free()
174 struct xfs_iwalk_ag *iwag) in xfs_iwalk_ag_recs() argument
[all …]