Home
last modified time | relevance | path

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

/linux-4.4.14/fs/nfs/
Dnfs4proc.c7307 args->fc_attrs.max_ops = NFS4_MAX_OPS; in nfs4_init_channel_attrs()
7314 args->fc_attrs.max_ops, args->fc_attrs.max_reqs); in nfs4_init_channel_attrs()
7320 args->bc_attrs.max_ops = NFS4_MAX_BACK_CHANNEL_OPS; in nfs4_init_channel_attrs()
7327 args->bc_attrs.max_resp_sz_cached, args->bc_attrs.max_ops, in nfs4_init_channel_attrs()
7345 if (rcvd->max_ops < sent->max_ops) in nfs4_verify_fore_channel_attrs()
7369 if (rcvd->max_ops != sent->max_ops) in nfs4_verify_back_channel_attrs()
Dnfs4xdr.c1835 *p++ = cpu_to_be32(args->fc_attrs.max_ops); /* max operations */ in encode_create_session()
1844 *p++ = cpu_to_be32(args->bc_attrs.max_ops); /* max operations */ in encode_create_session()
5670 attrs->max_ops = be32_to_cpup(p++); in decode_chan_attrs()
/linux-4.4.14/include/linux/
Dnfs_xdr.h184 u32 max_ops; member