nextents         1604 fs/gfs2/quota.c 	state->s_state[USRQUOTA].nextents = 1;	/* unsupported */
nextents         2807 fs/quota/dquot.c 		tstate->nextents = 1;	/* We don't know... */
nextents          363 fs/quota/quota.c 		fqs->qs_uquota.qfs_nextents = state.s_state[USRQUOTA].nextents;
nextents          368 fs/quota/quota.c 		fqs->qs_gquota.qfs_nextents = state.s_state[GRPQUOTA].nextents;
nextents          381 fs/quota/quota.c 					state.s_state[PRJQUOTA].nextents;
nextents          429 fs/quota/quota.c 		fqs->qs_uquota.qfs_nextents = state.s_state[USRQUOTA].nextents;
nextents          434 fs/quota/quota.c 		fqs->qs_gquota.qfs_nextents = state.s_state[GRPQUOTA].nextents;
nextents          439 fs/quota/quota.c 		fqs->qs_pquota.qfs_nextents = state.s_state[PRJQUOTA].nextents;
nextents         1169 fs/xfs/libxfs/xfs_bmap.c 	xfs_extnum_t		nextents = XFS_IFORK_NEXTENTS(ip, whichfork);
nextents         1232 fs/xfs/libxfs/xfs_bmap.c 		if (unlikely(i + num_recs > nextents)) {
nextents         1547 fs/xfs/libxfs/xfs_bmap.c 	xfs_extnum_t		*nextents;
nextents         1553 fs/xfs/libxfs/xfs_bmap.c 	nextents = (whichfork == XFS_COW_FORK ? &bma->ip->i_cnextents :
nextents         1646 fs/xfs/libxfs/xfs_bmap.c 		(*nextents)--;
nextents         1736 fs/xfs/libxfs/xfs_bmap.c 		(*nextents)++;
nextents         1792 fs/xfs/libxfs/xfs_bmap.c 		(*nextents)++;
nextents         1869 fs/xfs/libxfs/xfs_bmap.c 		(*nextents)++;
nextents         1948 fs/xfs/libxfs/xfs_bmap.c 		(*nextents)++;
nextents          209 fs/xfs/scrub/inode.c 	uint32_t		nextents;
nextents          357 fs/xfs/scrub/inode.c 	nextents = be32_to_cpu(dip->di_nextents);
nextents          361 fs/xfs/scrub/inode.c 		if (nextents > fork_recs)
nextents          365 fs/xfs/scrub/inode.c 		if (nextents <= fork_recs)
nextents          369 fs/xfs/scrub/inode.c 		if (nextents != 0)
nextents          389 fs/xfs/scrub/inode.c 	nextents = be16_to_cpu(dip->di_anextents);
nextents          393 fs/xfs/scrub/inode.c 		if (nextents > fork_recs)
nextents          397 fs/xfs/scrub/inode.c 		if (nextents <= fork_recs)
nextents          401 fs/xfs/scrub/inode.c 		if (nextents != 0)
nextents          467 fs/xfs/scrub/inode.c 	xfs_extnum_t		nextents;
nextents          477 fs/xfs/scrub/inode.c 			&nextents, &count);
nextents          480 fs/xfs/scrub/inode.c 	if (nextents < be32_to_cpu(dip->di_nextents))
nextents          484 fs/xfs/scrub/inode.c 			&nextents, &acount);
nextents          487 fs/xfs/scrub/inode.c 	if (nextents != be16_to_cpu(dip->di_anextents))
nextents          262 fs/xfs/xfs_bmap_util.c 	xfs_extnum_t		*nextents,
nextents          299 fs/xfs/xfs_bmap_util.c 		error = xfs_bmap_count_tree(mp, tp, ifp, bno, level, nextents,
nextents          313 fs/xfs/xfs_bmap_util.c 			(*nextents) += numrecs;
nextents          340 fs/xfs/xfs_bmap_util.c 	xfs_extnum_t		*nextents,
nextents          353 fs/xfs/xfs_bmap_util.c 	*nextents = 0;
nextents          361 fs/xfs/xfs_bmap_util.c 		*nextents = xfs_bmap_count_leaves(ifp, count);
nextents          383 fs/xfs/xfs_bmap_util.c 				nextents, count);
nextents           80 fs/xfs/xfs_bmap_util.h 			  int whichfork, xfs_extnum_t *nextents,
nextents          156 fs/xfs/xfs_extfree_item.c 	uint			nextents)
nextents          162 fs/xfs/xfs_extfree_item.c 	ASSERT(nextents > 0);
nextents          163 fs/xfs/xfs_extfree_item.c 	if (nextents > XFS_EFI_MAX_FAST_EXTENTS) {
nextents          165 fs/xfs/xfs_extfree_item.c 			((nextents - 1) * sizeof(xfs_extent_t)));
nextents          172 fs/xfs/xfs_extfree_item.c 	efip->efi_format.efi_nextents = nextents;
nextents          327 fs/xfs/xfs_extfree_item.c 	unsigned int			nextents)
nextents          331 fs/xfs/xfs_extfree_item.c 	ASSERT(nextents > 0);
nextents          333 fs/xfs/xfs_extfree_item.c 	if (nextents > XFS_EFD_MAX_FAST_EXTENTS) {
nextents          335 fs/xfs/xfs_extfree_item.c 				(nextents - 1) * sizeof(struct xfs_extent),
nextents          344 fs/xfs/xfs_extfree_item.c 	efdp->efd_format.efd_nextents = nextents;
nextents           39 fs/xfs/xfs_quotaops.c 	tstate->nextents = ip->i_d.di_nextents;
nextents          139 fs/xfs/xfs_refcount_item.c 	uint				nextents)
nextents          144 fs/xfs/xfs_refcount_item.c 	ASSERT(nextents > 0);
nextents          145 fs/xfs/xfs_refcount_item.c 	if (nextents > XFS_CUI_MAX_FAST_EXTENTS)
nextents          146 fs/xfs/xfs_refcount_item.c 		cuip = kmem_zalloc(xfs_cui_log_item_sizeof(nextents),
nextents          152 fs/xfs/xfs_refcount_item.c 	cuip->cui_format.cui_nextents = nextents;
nextents          138 fs/xfs/xfs_rmap_item.c 	uint				nextents)
nextents          143 fs/xfs/xfs_rmap_item.c 	ASSERT(nextents > 0);
nextents          144 fs/xfs/xfs_rmap_item.c 	if (nextents > XFS_RUI_MAX_FAST_EXTENTS)
nextents          145 fs/xfs/xfs_rmap_item.c 		ruip = kmem_zalloc(xfs_rui_log_item_sizeof(nextents), 0);
nextents          150 fs/xfs/xfs_rmap_item.c 	ruip->rui_format.rui_nextents = nextents;
nextents          406 include/linux/quota.h 	blkcnt_t nextents;		/* Number of extents in the file */