Home
last modified time | relevance | path

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

/linux-4.4.14/fs/nfsd/
Dstats.c71 seq_printf(seq,"proc4ops %u", LAST_NFS4_OP + 1); in nfsd_proc_show()
72 for (i = 0; i <= LAST_NFS4_OP; i++) in nfsd_proc_show()
Dstats.h31 unsigned int nfs4_opcount[LAST_NFS4_OP + 1]; /* count of individual nfsv4 operations */
Dnfs4proc.c1441 if (opnum >= FIRST_NFS4_OP && opnum <= LAST_NFS4_OP) in nfsd4_increment_op_stats()
/linux-4.4.14/include/linux/
Dnfs4.h142 #define LAST_NFS4_OP OP_WRITE_SAME macro
Dnfs_xdr.h1190 DIV_ROUND_UP(LAST_NFS4_OP, 8 * sizeof(unsigned long))
/linux-4.4.14/fs/nfs/
Dnfs4proc.c6896 for (i = 0; i <= LAST_NFS4_OP; i++) { in nfs4_sp4_select_mode()