Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/
Dnfs_xdr.h190 u32 max_resp_sz_cached; member
/linux-4.19.296/fs/nfs/
Dnfs4xdr.c1838 u32 max_resp_sz_cached; in encode_create_session() local
1844 max_resp_sz_cached = (NFS4_dec_open_sz + RPC_REPHDRSIZE + 2) in encode_create_session()
1857 *p++ = cpu_to_be32(max_resp_sz_cached); /* Max resp sz cached */ in encode_create_session()
1866 *p++ = cpu_to_be32(args->bc_attrs.max_resp_sz_cached); /* Max resp sz cached */ in encode_create_session()
5811 attrs->max_resp_sz_cached = be32_to_cpup(p++); in decode_chan_attrs()
Dnfs4proc.c8340 args->bc_attrs.max_resp_sz_cached = 0; in nfs4_init_channel_attrs()
8348 args->bc_attrs.max_resp_sz_cached, args->bc_attrs.max_ops, in nfs4_init_channel_attrs()
8387 if (rcvd->max_resp_sz_cached > sent->max_resp_sz_cached) in nfs4_verify_back_channel_attrs()