Home
last modified time | relevance | path

Searched refs:OP_EXCHANGE_ID (Results 1 – 4 of 4) sorted by relevance

/reactos/base/services/nfsd/
H A Ddaemon_debug.c348 case OP_EXCHANGE_ID: return "EXCHANGE_ID"; in nfs_opnum_to_string()
H A Dnfs41_ops.h72 OP_EXCHANGE_ID = 42, enumerator
H A Dnfs41_xdr.c560 if (unexpected_op(argop->op, OP_EXCHANGE_ID)) in encode_op_exchange_id()
679 if (unexpected_op(resop->op, OP_EXCHANGE_ID)) in decode_op_exchange_id()
H A Dnfs41_ops.c50 compound_add_op(&compound, OP_EXCHANGE_ID, &ex_id, res_out); in nfs41_exchange_id()