Home
last modified time | relevance | path

Searched refs:state_protect (Results 1 – 3 of 3) sorted by relevance

/linux-6.6.21/include/linux/
Dnfs_xdr.h1327 struct nfs41_state_protection state_protect; member
1369 struct nfs41_state_protection state_protect; member
/linux-6.6.21/fs/nfs/
Dnfs4xdr.c1821 encode_uint32(xdr, args->state_protect.how); in encode_exchange_id()
1823 switch (args->state_protect.how) { in encode_exchange_id()
1827 encode_op_map(xdr, &args->state_protect.enforce); in encode_exchange_id()
1828 encode_op_map(xdr, &args->state_protect.allow); in encode_exchange_id()
5663 res->state_protect.how = be32_to_cpup(p); in decode_exchange_id()
5664 switch (res->state_protect.how) { in decode_exchange_id()
5668 status = decode_op_map(xdr, &res->state_protect.enforce); in decode_exchange_id()
5671 status = decode_op_map(xdr, &res->state_protect.allow); in decode_exchange_id()
Dnfs4proc.c8772 calldata->args.state_protect.how = SP4_NONE; in nfs4_run_exchange_id()
8776 calldata->args.state_protect = nfs4_sp4_mach_cred_request; in nfs4_run_exchange_id()
8847 status = nfs4_sp4_select_mode(clp, &resp->state_protect); in _nfs4_proc_exchange_id()