Home
last modified time | relevance | path

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

/reactos/base/services/nfsd/
H A Ddaemon_debug.c340 case OP_SETATTR: return "SETATTR"; in nfs_opnum_to_string()
H A Drecovery.c819 } else if (argop->op == OP_SETATTR) { in nfs41_recover_stateid()
H A Dnfs41_ops.h62 OP_SETATTR = 34, enumerator
H A Dnfs41_xdr.c2672 if (unexpected_op(argop->op, OP_SETATTR)) in encode_op_setattr()
2692 if (unexpected_op(resop->op, OP_SETATTR)) in decode_op_setattr()
H A Dnfs41_ops.c1380 compound_add_op(&compound, OP_SETATTR, &setattr_args, &setattr_res); in nfs41_setattr()