Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/xfs/
H A Dxfs_iwalk.c41 * that we've cached, and @sz_recs is the size of our cache.
65 unsigned int sz_recs; member
157 size = iwag->sz_recs * sizeof(struct xfs_inobt_rec_incore); in xfs_iwalk_alloc()
331 ASSERT(iwag->nr_recs < iwag->sz_recs); in xfs_iwalk_ag_start()
447 if (++iwag->nr_recs < iwag->sz_recs) { in xfs_iwalk_ag()
552 .sz_recs = xfs_iwalk_prefetch(inode_records), in xfs_iwalk()
644 iwag->sz_recs = xfs_iwalk_prefetch(inode_records); in xfs_iwalk_threaded()
717 .sz_recs = xfs_inobt_walk_prefetch(inobt_records), in xfs_inobt_walk()
/kernel/linux/linux-6.6/fs/xfs/
H A Dxfs_iwalk.c42 * that we've cached, and @sz_recs is the size of our cache.
67 unsigned int sz_recs; member
162 size = iwag->sz_recs * sizeof(struct xfs_inobt_rec_incore); in xfs_iwalk_alloc()
336 ASSERT(iwag->nr_recs < iwag->sz_recs); in xfs_iwalk_ag_start()
461 if (++iwag->nr_recs < iwag->sz_recs) { in xfs_iwalk_ag()
565 .sz_recs = xfs_iwalk_prefetch(inode_records), in xfs_iwalk()
677 iwag->sz_recs = xfs_iwalk_prefetch(inode_records); in xfs_iwalk_threaded()
751 .sz_recs = xfs_inobt_walk_prefetch(inobt_records), in xfs_inobt_walk()

Completed in 4 milliseconds