Home
last modified time | relevance | path

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

/reactos/base/services/nfsd/
H A Ddaemon_debug.c356 case OP_LAYOUTGET: return "LAYOUTGET"; in nfs_opnum_to_string()
H A Drecovery.c822 } else if (argop->op == OP_LAYOUTGET) { in nfs41_recover_stateid()
H A Dnfs41_ops.h80 OP_LAYOUTGET = 50, enumerator
H A Dnfs41_xdr.c3269 if (unexpected_op(argop->op, OP_LAYOUTGET)) in encode_op_layoutget()
3422 if (unexpected_op(resop->op, OP_LAYOUTGET)) in decode_op_layoutget()
H A Dnfs41_ops.c1967 compound_add_op(&compound, OP_LAYOUTGET, &layoutget_args, &layoutget_res); in pnfs_rpc_layoutget()