Home
last modified time | relevance | path

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

/linux/include/trace/misc/
H A Dnfs.h391 TRACE_DEFINE_ENUM(OP_CB_LAYOUTRECALL);
410 { OP_CB_LAYOUTRECALL, "CB_LAYOUTRECALL" }, \
/linux/fs/nfs/
H A Dcallback_xdr.c808 case OP_CB_LAYOUTRECALL: in preprocess_nfs41_op()
1055 [OP_CB_LAYOUTRECALL] = {
/linux/include/linux/
H A Dnfs4.h893 OP_CB_LAYOUTRECALL = 5, enumerator
/linux/fs/nfsd/
H A Dnfs4callback.c778 *p++ = cpu_to_be32(OP_CB_LAYOUTRECALL); in encode_cb_layout4args()
829 return decode_cb_op_status(xdr, OP_CB_LAYOUTRECALL, &cb->cb_status); in nfs4_xdr_dec_cb_layout()
H A Dnfs4layouts.c743 .opcode = OP_CB_LAYOUTRECALL,