Searched refs:LAST_NFS4_OP (Results 1 - 5 of 5) sorted by relevance

/linux-master/fs/nfsd/
H A Dstats.c60 seq_printf(seq, "proc4ops %u", LAST_NFS4_OP + 1);
61 for (i = 0; i <= LAST_NFS4_OP; i++) {
H A Dnetns.h42 NFSD_STATS_LAST_NFS4_OP = NFSD_STATS_FIRST_NFS4_OP + LAST_NFS4_OP,
H A Dnfs4proc.c2498 if (opnum >= FIRST_NFS4_OP && opnum <= LAST_NFS4_OP)
/linux-master/include/linux/
H A Dnfs4.h169 #define LAST_NFS4_OP LAST_NFS42_OP macro
809 DIV_ROUND_UP(LAST_NFS4_OP, 8 * sizeof(unsigned long))
/linux-master/fs/nfs/
H A Dnfs4proc.c8644 for (i = 0; i <= LAST_NFS4_OP; i++) {

Completed in 167 milliseconds