Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/nfsd/
Dstats.c72 seq_printf(seq,"proc4ops %u", LAST_NFS4_OP + 1); in nfsd_proc_show()
73 for (i = 0; i <= LAST_NFS4_OP; i++) in nfsd_proc_show()
Dstats.h32 unsigned int nfs4_opcount[LAST_NFS4_OP + 1]; /* count of individual nfsv4 operations */
Dnfs4proc.c2171 if (opnum >= FIRST_NFS4_OP && opnum <= LAST_NFS4_OP) in nfsd4_increment_op_stats()
/kernel/linux/linux-5.10/include/linux/
Dnfs4.h169 #define LAST_NFS4_OP LAST_NFS42_OP macro
686 DIV_ROUND_UP(LAST_NFS4_OP, 8 * sizeof(unsigned long))
/kernel/linux/linux-5.10/fs/nfs/
Dnfs4proc.c8368 for (i = 0; i <= LAST_NFS4_OP; i++) { in nfs4_sp4_select_mode()