Home
last modified time | relevance | path

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

/linux/include/trace/misc/
H A Dnfs.h399 TRACE_DEFINE_ENUM(OP_CB_NOTIFY_LOCK);
418 { OP_CB_NOTIFY_LOCK, "CB_NOTIFY_LOCK" }, \
/linux/fs/nfs/
H A Dcallback_xdr.c810 case OP_CB_NOTIFY_LOCK: in preprocess_nfs41_op()
1081 [OP_CB_NOTIFY_LOCK] = {
/linux/include/linux/
H A Dnfs4.h901 OP_CB_NOTIFY_LOCK = 13, enumerator
/linux/fs/nfsd/
H A Dnfs4callback.c863 *p = cpu_to_be32(OP_CB_NOTIFY_LOCK); in nfs4_xdr_enc_cb_notify_lock()
887 return decode_cb_op_status(xdr, OP_CB_NOTIFY_LOCK, &cb->cb_status); in nfs4_xdr_dec_cb_notify_lock()
H A Dnfs4state.c403 .opcode = OP_CB_NOTIFY_LOCK,