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

/linux-master/fs/nfs/
H A Dnfs4session.h71 struct nfs4_channel_attrs fc_attrs; member in struct:nfs4_session
H A Dnfs4client.c1044 server_resp_sz = sess->fc_attrs.max_resp_sz - nfs41_maxread_overhead;
1045 server_rqst_sz = sess->fc_attrs.max_rqst_sz - nfs41_maxwrite_overhead;
1072 server_gxa_sz = sess->fc_attrs.max_resp_sz - nfs42_maxgetxattr_overhead;
1073 server_sxa_sz = sess->fc_attrs.max_rqst_sz - nfs42_maxsetxattr_overhead;
1074 server_lxa_sz = sess->fc_attrs.max_resp_sz -
H A Dpnfs_dev.c112 max_resp_sz = server->nfs_client->cl_session->fc_attrs.max_resp_sz;
H A Dnfs4session.c545 status = nfs4_realloc_slot_table(tbl, ses->fc_attrs.max_reqs, 1);
H A Dnfs4proc.c9153 args->fc_attrs.max_rqst_sz = max_rqst_sz;
9154 args->fc_attrs.max_resp_sz = max_resp_sz;
9155 args->fc_attrs.max_ops = NFS4_MAX_OPS;
9156 args->fc_attrs.max_reqs = max_session_slots;
9161 args->fc_attrs.max_rqst_sz, args->fc_attrs.max_resp_sz,
9162 args->fc_attrs.max_ops, args->fc_attrs.max_reqs);
9184 struct nfs4_channel_attrs *sent = &args->fc_attrs;
9185 struct nfs4_channel_attrs *rcvd = &res->fc_attrs;
[all...]
H A Dnfs4xdr.c1892 *p++ = cpu_to_be32(args->fc_attrs.max_rqst_sz); /* max req size */
1893 *p++ = cpu_to_be32(args->fc_attrs.max_resp_sz); /* max resp size */
1895 *p++ = cpu_to_be32(args->fc_attrs.max_ops); /* max operations */
1896 *p++ = cpu_to_be32(args->fc_attrs.max_reqs); /* max requests */
5824 status = decode_chan_attrs(xdr, &res->fc_attrs);
/linux-master/include/linux/
H A Dnfs_xdr.h1378 struct nfs4_channel_attrs fc_attrs; /* Fore Channel */ member in struct:nfs41_create_session_args
1386 struct nfs4_channel_attrs fc_attrs; /* Fore Channel */ member in struct:nfs41_create_session_res

Completed in 188 milliseconds