Searched refs:sz_recs (Results 1 - 1 of 1) sorted by relevance

/linux-master/fs/xfs/
H A Dxfs_iwalk.c43 * that we've cached, and @sz_recs is the size of our cache.
68 unsigned int sz_recs; member in struct:xfs_iwalk_ag
155 size = iwag->sz_recs * sizeof(struct xfs_inobt_rec_incore);
332 ASSERT(iwag->nr_recs < iwag->sz_recs);
457 if (++iwag->nr_recs < iwag->sz_recs) {
561 .sz_recs = xfs_iwalk_prefetch(inode_records),
674 iwag->sz_recs = xfs_iwalk_prefetch(inode_records);
748 .sz_recs = xfs_inobt_walk_prefetch(inobt_records),

Completed in 82 milliseconds