Home
last modified time | relevance | path

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

/linux-4.1.27/fs/nfs/
Dnfs4proc.c7164 args->fc_attrs.max_ops = NFS4_MAX_OPS; in nfs4_init_channel_attrs()
7171 args->fc_attrs.max_ops, args->fc_attrs.max_reqs); in nfs4_init_channel_attrs()
7177 args->bc_attrs.max_ops = NFS4_MAX_BACK_CHANNEL_OPS; in nfs4_init_channel_attrs()
7184 args->bc_attrs.max_resp_sz_cached, args->bc_attrs.max_ops, in nfs4_init_channel_attrs()
7202 if (rcvd->max_ops < sent->max_ops) in nfs4_verify_fore_channel_attrs()
7226 if (rcvd->max_ops != sent->max_ops) in nfs4_verify_back_channel_attrs()
Dnfs4xdr.c1818 *p++ = cpu_to_be32(args->fc_attrs.max_ops); /* max operations */ in encode_create_session()
1827 *p++ = cpu_to_be32(args->bc_attrs.max_ops); /* max operations */ in encode_create_session()
5584 attrs->max_ops = be32_to_cpup(p++); in decode_chan_attrs()
/linux-4.1.27/include/linux/
Dnfs_xdr.h183 u32 max_ops; member