Home
last modified time | relevance | path

Searched refs:LAST_NFS4_OP (Results 1 – 6 of 6) sorted by relevance

/linux/fs/nfsd/
H A Dstats.c62 seq_printf(seq, "proc4ops %u", LAST_NFS4_OP + 1); in nfsd_show()
63 for (i = 0; i <= LAST_NFS4_OP; i++) { in nfsd_show()
H A Dnetns.h54 NFSD_STATS_LAST_NFS4_OP = NFSD_STATS_FIRST_NFS4_OP + LAST_NFS4_OP,
H A Dnfsctl.c2441 for (; *idx <= LAST_NFS4_OP; (*idx)++) { in nfsd_nl_server_stats_nfs4ops()
H A Dnfs4proc.c3056 if (opnum >= FIRST_NFS4_OP && opnum <= LAST_NFS4_OP) in nfsd4_increment_op_stats()
/linux/include/linux/
H A Dnfs4.h172 #define LAST_NFS4_OP LAST_NFS42_OP macro
715 DIV_ROUND_UP(LAST_NFS4_OP, 8 * sizeof(unsigned long))
/linux/fs/nfs/
H A Dnfs4proc.c8651 for (i = 0; i <= LAST_NFS4_OP; i++) { in nfs4_sp4_select_mode()