Home
last modified time | relevance | path

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

/fs/xfs/
Dxfs_icache.c599 struct xfs_inode *batch[XFS_LOOKUP_BATCH]; in xfs_inode_ag_walk() local
607 (void **)batch, first_index, in xfs_inode_ag_walk()
612 (void **) batch, first_index, in xfs_inode_ag_walk()
625 struct xfs_inode *ip = batch[i]; in xfs_inode_ag_walk()
628 batch[i] = NULL; in xfs_inode_ag_walk()
653 if (!batch[i]) in xfs_inode_ag_walk()
656 xfs_iflags_test(batch[i], XFS_INEW)) in xfs_inode_ag_walk()
657 xfs_inew_wait(batch[i]); in xfs_inode_ag_walk()
658 error = execute(batch[i], flags, args); in xfs_inode_ag_walk()
659 IRELE(batch[i]); in xfs_inode_ag_walk()
[all …]
Dxfs_mount.c1175 s32 batch; in xfs_mod_fdblocks() local
1211 batch = 1; in xfs_mod_fdblocks()
1213 batch = XFS_FDBLOCKS_BATCH; in xfs_mod_fdblocks()
1215 __percpu_counter_add(&mp->m_fdblocks, delta, batch); in xfs_mod_fdblocks()
Dxfs_qm.c81 struct xfs_dquot *batch[XFS_DQ_LOOKUP_BATCH]; in xfs_qm_dquot_walk() local
86 nr_found = radix_tree_gang_lookup(tree, (void **)batch, in xfs_qm_dquot_walk()
94 struct xfs_dquot *dqp = batch[i]; in xfs_qm_dquot_walk()
98 error = execute(batch[i], data); in xfs_qm_dquot_walk()
/fs/
Dsuper.c257 s->s_shrink.batch = 1024; in alloc_super()
/fs/btrfs/
Dtree-log.c2767 int batch = atomic_read(&root->log_batch); in btrfs_sync_log() local
2776 if (batch == atomic_read(&root->log_batch)) in btrfs_sync_log()