Searched refs:OP_CB_GETATTR (Results 1 – 9 of 9) sorted by relevance
| /linux/fs/nfsd/ |
| H A D | stats.c | 68 percpu_counter_sum_positive(&nn->cb_counter[OP_CB_GETATTR])); in nfsd_show()
|
| H A D | stats.h | 136 if (opcode >= OP_CB_GETATTR && opcode <= OP_CB_OFFLOAD) in nfsd_stats_cb_op_inc()
|
| H A D | nfs4callback.c | 406 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 D | nfsctl.c | 2465 for (op = OP_CB_GETATTR + *idx; op <= OP_CB_OFFLOAD; op++, (*idx)++) { in nfsd_nl_server_stats_cbops()
|
| H A D | trace.h | 1700 { OP_CB_GETATTR, "CB_GETATTR" }, \
|
| H A D | nfs4state.c | 3867 .opcode = OP_CB_GETATTR,
|
| /linux/include/trace/misc/ |
| H A D | nfs.h | 387 TRACE_DEFINE_ENUM(OP_CB_GETATTR); 406 { OP_CB_GETATTR, "CB_GETATTR" }, \
|
| /linux/fs/nfs/ |
| H A D | callback_xdr.c | 794 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 D | nfs4.h | 779 OP_CB_GETATTR = 3, enumerator
|