Searched refs:max_rqst_sz (Results 1 - 8 of 8) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/nfs/
H A Dnfs4proc.c4877 unsigned int mxrqst_sz = session->fc_attrs.max_rqst_sz,
4886 args->fc_attrs.max_rqst_sz = mxrqst_sz;
4891 dprintk("%s: Fore Channel : max_rqst_sz=%u max_resp_sz=%u "
4894 args->fc_attrs.max_rqst_sz, args->fc_attrs.max_resp_sz,
4899 args->bc_attrs.max_rqst_sz = PAGE_SIZE;
4905 dprintk("%s: Back Channel : max_rqst_sz=%u max_resp_sz=%u "
4908 args->bc_attrs.max_rqst_sz, args->bc_attrs.max_resp_sz,
4949 ret |= _verify_back_channel_attr(max_rqst_sz);
5077 session->fc_attrs.max_rqst_sz = wsize + nfs41_maxwrite_overhead;
H A Dclient.c1285 server_rqst_sz = sess->fc_attrs.max_rqst_sz - nfs41_maxwrite_overhead;
H A Dnfs4xdr.c1629 *p++ = cpu_to_be32(args->fc_attrs.max_rqst_sz); /* max req size */
1638 *p++ = cpu_to_be32(args->bc_attrs.max_rqst_sz); /* max req size */
4596 attrs->max_rqst_sz = be32_to_cpup(p++);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/nfs/
H A Dnfs4proc.c4877 unsigned int mxrqst_sz = session->fc_attrs.max_rqst_sz,
4886 args->fc_attrs.max_rqst_sz = mxrqst_sz;
4891 dprintk("%s: Fore Channel : max_rqst_sz=%u max_resp_sz=%u "
4894 args->fc_attrs.max_rqst_sz, args->fc_attrs.max_resp_sz,
4899 args->bc_attrs.max_rqst_sz = PAGE_SIZE;
4905 dprintk("%s: Back Channel : max_rqst_sz=%u max_resp_sz=%u "
4908 args->bc_attrs.max_rqst_sz, args->bc_attrs.max_resp_sz,
4949 ret |= _verify_back_channel_attr(max_rqst_sz);
5077 session->fc_attrs.max_rqst_sz = wsize + nfs41_maxwrite_overhead;
H A Dclient.c1285 server_rqst_sz = sess->fc_attrs.max_rqst_sz - nfs41_maxwrite_overhead;
H A Dnfs4xdr.c1629 *p++ = cpu_to_be32(args->fc_attrs.max_rqst_sz); /* max req size */
1638 *p++ = cpu_to_be32(args->bc_attrs.max_rqst_sz); /* max req size */
4596 attrs->max_rqst_sz = be32_to_cpup(p++);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/linux/
H A Dnfs_xdr.h153 u32 max_rqst_sz; member in struct:nfs4_channel_attrs
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/linux/
H A Dnfs_xdr.h153 u32 max_rqst_sz; member in struct:nfs4_channel_attrs

Completed in 277 milliseconds