LAST_NFS4_OP     8023 fs/nfs/nfs4proc.c 		for (i = 0; i <= LAST_NFS4_OP; i++) {
LAST_NFS4_OP     1805 fs/nfsd/nfs4proc.c 	if (opnum >= FIRST_NFS4_OP && opnum <= LAST_NFS4_OP)
LAST_NFS4_OP       72 fs/nfsd/stats.c 	seq_printf(seq,"proc4ops %u", LAST_NFS4_OP + 1);
LAST_NFS4_OP       73 fs/nfsd/stats.c 	for (i = 0; i <= LAST_NFS4_OP; i++)
LAST_NFS4_OP       32 fs/nfsd/stats.h 	unsigned int	nfs4_opcount[LAST_NFS4_OP + 1];	/* count of individual nfsv4 operations */
LAST_NFS4_OP      667 include/linux/nfs4.h 	DIV_ROUND_UP(LAST_NFS4_OP, 8 * sizeof(unsigned long))