Home
last modified time | relevance | path

Searched refs:OP_CB_NOTIFY (Results 1 – 6 of 6) sorted by relevance

/linux/include/trace/misc/
H A Dnfs.h390 TRACE_DEFINE_ENUM(OP_CB_NOTIFY);
409 { OP_CB_NOTIFY, "CB_NOTIFY" }, \
/linux/include/linux/
H A Dnfs4.h784 OP_CB_NOTIFY = 6, enumerator
/linux/fs/nfsd/
H A Dnfs4callback.c923 if (xdr_stream_encode_u32(xdr, OP_CB_NOTIFY) < 0) in nfs4_xdr_enc_cb_notify()
970 return decode_cb_op_status(xdr, OP_CB_NOTIFY, &cb->cb_status); in nfs4_xdr_dec_cb_notify()
H A Dtrace.h1704 { OP_CB_NOTIFY, "CB_NOTIFY" }, \
H A Dnfs4state.c3874 .opcode = OP_CB_NOTIFY,
/linux/fs/nfs/
H A Dcallback_xdr.c805 case OP_CB_NOTIFY: in preprocess_nfs41_op()