Searched refs:state_protect (Results 1 – 3 of 3) sorted by relevance
1210 struct nfs41_state_protection state_protect; member1250 struct nfs41_state_protection state_protect; member
1770 encode_uint32(xdr, args->state_protect.how); in encode_exchange_id()1772 switch (args->state_protect.how) { in encode_exchange_id()1776 encode_op_map(xdr, &args->state_protect.enforce); in encode_exchange_id()1777 encode_op_map(xdr, &args->state_protect.allow); in encode_exchange_id()5576 res->state_protect.how = be32_to_cpup(p); in decode_exchange_id()5577 switch (res->state_protect.how) { in decode_exchange_id()5581 status = decode_op_map(xdr, &res->state_protect.enforce); in decode_exchange_id()5584 status = decode_op_map(xdr, &res->state_protect.allow); in decode_exchange_id()
7028 args.state_protect.how = SP4_NONE; in _nfs4_proc_exchange_id()7032 args.state_protect = nfs4_sp4_mach_cred_request; in _nfs4_proc_exchange_id()7048 status = nfs4_sp4_select_mode(clp, &res.state_protect); in _nfs4_proc_exchange_id()