Searched refs:iwag (Results 1 – 1 of 1) sorted by relevance
147 struct xfs_iwalk_ag *iwag) in xfs_iwalk_alloc() argument151 ASSERT(iwag->recs == NULL); in xfs_iwalk_alloc()152 iwag->nr_recs = 0; in xfs_iwalk_alloc()155 size = iwag->sz_recs * sizeof(struct xfs_inobt_rec_incore); in xfs_iwalk_alloc()156 iwag->recs = kmalloc(size, GFP_KERNEL | __GFP_RETRY_MAYFAIL); in xfs_iwalk_alloc()157 if (iwag->recs == NULL) in xfs_iwalk_alloc()166 struct xfs_iwalk_ag *iwag) in xfs_iwalk_free() argument168 kfree(iwag->recs); in xfs_iwalk_free()169 iwag->recs = NULL; in xfs_iwalk_free()175 struct xfs_iwalk_ag *iwag) in xfs_iwalk_ag_recs() argument[all …]