Searched refs:fc_attrs (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dnfs_fs_sb.h214 struct nfs4_channel_attrs fc_attrs; member in struct:nfs4_session
H A Dnfs_xdr.h949 struct nfs4_channel_attrs fc_attrs; /* Fore Channel */ member in struct:nfs41_create_session_args
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nfs/
H A Dnfs4proc.c4747 session->fc_attrs.max_reqs, 1);
4811 session->fc_attrs.max_reqs, 1);
4877 unsigned int mxrqst_sz = session->fc_attrs.max_rqst_sz,
4878 mxresp_sz = session->fc_attrs.max_resp_sz;
4885 args->fc_attrs.headerpadsz = 0;
4886 args->fc_attrs.max_rqst_sz = mxrqst_sz;
4887 args->fc_attrs.max_resp_sz = mxresp_sz;
4888 args->fc_attrs.max_ops = NFS4_MAX_OPS;
4889 args->fc_attrs.max_reqs = session->clp->cl_rpcclient->cl_xprt->max_reqs;
4894 args->fc_attrs
[all...]
H A Dnfs4state.c1382 struct nfs4_channel_attrs *fc_attrs = &clp->cl_session->fc_attrs; local
1399 fc_attrs->max_reqs = fc_tbl->max_slots;
H A Dclient.c1284 server_resp_sz = sess->fc_attrs.max_resp_sz - nfs41_maxread_overhead;
1285 server_rqst_sz = sess->fc_attrs.max_rqst_sz - nfs41_maxwrite_overhead;
H A Dnfs4xdr.c1628 *p++ = cpu_to_be32(args->fc_attrs.headerpadsz); /* header padding size */
1629 *p++ = cpu_to_be32(args->fc_attrs.max_rqst_sz); /* max req size */
1630 *p++ = cpu_to_be32(args->fc_attrs.max_resp_sz); /* max resp size */
1632 *p++ = cpu_to_be32(args->fc_attrs.max_ops); /* max operations */
1633 *p++ = cpu_to_be32(args->fc_attrs.max_reqs); /* max requests */
1637 *p++ = cpu_to_be32(args->fc_attrs.headerpadsz); /* header padding size */
4645 status = decode_chan_attrs(xdr, &session->fc_attrs);

Completed in 491 milliseconds