Searched refs:LAST_NFS4_OP (Results 1 – 6 of 6) sorted by relevance
71 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()
31 unsigned int nfs4_opcount[LAST_NFS4_OP + 1]; /* count of individual nfsv4 operations */
1441 if (opnum >= FIRST_NFS4_OP && opnum <= LAST_NFS4_OP) in nfsd4_increment_op_stats()
142 #define LAST_NFS4_OP OP_WRITE_SAME macro
1190 DIV_ROUND_UP(LAST_NFS4_OP, 8 * sizeof(unsigned long))
6896 for (i = 0; i <= LAST_NFS4_OP; i++) { in nfs4_sp4_select_mode()