state_protect    8175 fs/nfs/nfs4proc.c 		calldata->args.state_protect.how = SP4_NONE;
state_protect    8179 fs/nfs/nfs4proc.c 		calldata->args.state_protect = nfs4_sp4_mach_cred_request;
state_protect    8247 fs/nfs/nfs4proc.c 	status = nfs4_sp4_select_mode(clp, &resp->state_protect);
state_protect    1796 fs/nfs/nfs4xdr.c 	encode_uint32(xdr, args->state_protect.how);
state_protect    1798 fs/nfs/nfs4xdr.c 	switch (args->state_protect.how) {
state_protect    1802 fs/nfs/nfs4xdr.c 		encode_op_map(xdr, &args->state_protect.enforce);
state_protect    1803 fs/nfs/nfs4xdr.c 		encode_op_map(xdr, &args->state_protect.allow);
state_protect    5543 fs/nfs/nfs4xdr.c 	res->state_protect.how = be32_to_cpup(p);
state_protect    5544 fs/nfs/nfs4xdr.c 	switch (res->state_protect.how) {
state_protect    5548 fs/nfs/nfs4xdr.c 		status = decode_op_map(xdr, &res->state_protect.enforce);
state_protect    5551 fs/nfs/nfs4xdr.c 		status = decode_op_map(xdr, &res->state_protect.allow);
state_protect    1290 include/linux/nfs_xdr.h 	struct nfs41_state_protection	state_protect;
state_protect    1332 include/linux/nfs_xdr.h 	struct nfs41_state_protection	state_protect;