Searched refs:bc_attrs (Results 1 - 5 of 5) sorted by relevance

/linux-master/fs/nfs/
H A Dnfs4session.h73 struct nfs4_channel_attrs bc_attrs; member in struct:nfs4_session
H A Dnfs4proc.c9165 args->bc_attrs.max_rqst_sz = max_bc_payload;
9166 args->bc_attrs.max_resp_sz = max_bc_payload;
9167 args->bc_attrs.max_resp_sz_cached = 0;
9168 args->bc_attrs.max_ops = NFS4_MAX_BACK_CHANNEL_OPS;
9169 args->bc_attrs.max_reqs = max_t(unsigned short, max_session_cb_slots, 1);
9170 if (args->bc_attrs.max_reqs > max_bc_slots)
9171 args->bc_attrs.max_reqs = max_bc_slots;
9176 args->bc_attrs.max_rqst_sz, args->bc_attrs.max_resp_sz,
9177 args->bc_attrs
[all...]
H A Dnfs4session.c551 status = nfs4_realloc_slot_table(tbl, ses->bc_attrs.max_reqs, 0);
H A Dnfs4xdr.c1901 *p++ = cpu_to_be32(args->bc_attrs.max_rqst_sz); /* max req size */
1902 *p++ = cpu_to_be32(args->bc_attrs.max_resp_sz); /* max resp size */
1903 *p++ = cpu_to_be32(args->bc_attrs.max_resp_sz_cached); /* Max resp sz cached */
1904 *p++ = cpu_to_be32(args->bc_attrs.max_ops); /* max operations */
1905 *p++ = cpu_to_be32(args->bc_attrs.max_reqs); /* max requests */
5826 status = decode_chan_attrs(xdr, &res->bc_attrs);
/linux-master/include/linux/
H A Dnfs_xdr.h1379 struct nfs4_channel_attrs bc_attrs; /* Back Channel */ member in struct:nfs41_create_session_args
1387 struct nfs4_channel_attrs bc_attrs; /* Back Channel */ member in struct:nfs41_create_session_res

Completed in 238 milliseconds