Home
last modified time | relevance | path

Searched refs:NFSD_STATS_NFS4_OP (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/fs/nfsd/
H A Dstats.h24 #define NFSD_STATS_NFS4_OP(op) (NFSD_STATS_FIRST_NFS4_OP + (op)) macro
H A Dstats.c66 percpu_counter_sum_positive(&nfsdstats.counter[NFSD_STATS_NFS4_OP(i)])); in nfsd_show()
H A Dnfs4proc.c2483 percpu_counter_inc(&nfsdstats.counter[NFSD_STATS_NFS4_OP(opnum)]); in nfsd4_increment_op_stats()