Lines Matching defs:batch
719 * radix tree lookups to a minimum. The batch size is a trade off between
792 struct xfs_inode *batch[XFS_LOOKUP_BATCH];
800 (void **)batch, first_index,
805 (void **) batch, first_index,
818 struct xfs_inode *ip = batch[i];
821 batch[i] = NULL;
846 if (!batch[i])
849 xfs_iflags_test(batch[i], XFS_INEW))
850 xfs_inew_wait(batch[i]);
851 error = execute(batch[i], args);
852 xfs_irele(batch[i]);
1137 struct xfs_inode *batch[XFS_LOOKUP_BATCH];
1143 (void **)batch, first_index,
1157 struct xfs_inode *ip = batch[i];
1160 batch[i] = NULL;
1188 if (batch[i])
1189 xfs_reclaim_inode(batch[i], pag);