Home
last modified time | relevance | path

Searched refs:OP_CB_GETATTR (Results 1 – 9 of 9) sorted by relevance

/linux/fs/nfsd/
H A Dstats.c68 percpu_counter_sum_positive(&nn->cb_counter[OP_CB_GETATTR])); in nfsd_show()
H A Dstats.h136 if (opcode >= OP_CB_GETATTR && opcode <= OP_CB_OFFLOAD) in nfsd_stats_cb_op_inc()
H A Dnfs4callback.c406 encode_nfs_cb_opnum4(xdr, OP_CB_GETATTR); in encode_cb_getattr4args()
734 status = decode_cb_op_status(xdr, OP_CB_GETATTR, &cb->cb_status); in nfs4_xdr_dec_cb_getattr()
H A Dnfsctl.c2465 for (op = OP_CB_GETATTR + *idx; op <= OP_CB_OFFLOAD; op++, (*idx)++) { in nfsd_nl_server_stats_cbops()
H A Dtrace.h1700 { OP_CB_GETATTR, "CB_GETATTR" }, \
H A Dnfs4state.c3867 .opcode = OP_CB_GETATTR,
/linux/include/trace/misc/
H A Dnfs.h387 TRACE_DEFINE_ENUM(OP_CB_GETATTR);
406 { OP_CB_GETATTR, "CB_GETATTR" }, \
/linux/fs/nfs/
H A Dcallback_xdr.c794 case OP_CB_GETATTR: in preprocess_nfs41_op()
867 case OP_CB_GETATTR: in preprocess_nfs4_op()
1021 [OP_CB_GETATTR] = {
/linux/include/linux/
H A Dnfs4.h779 OP_CB_GETATTR = 3, enumerator