Home
last modified time | relevance | path

Searched refs:wtmax (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/fs/nfs/
H A Dproc.c88 info->wtmax = NFS_MAXDATA; in nfs_proc_get_root()
578 info->wtmax = NFS_MAXDATA; in nfs_proc_fsinfo()
H A Dclient.c784 if (fsinfo->wtmax >= 512 && server->wsize > fsinfo->wtmax) in nfs_server_set_fsinfo()
785 server->wsize = nfs_io_size(fsinfo->wtmax, clp->cl_proto); in nfs_server_set_fsinfo()
H A Dnfs3xdr.c2212 result->wtmax = be32_to_cpup(p++); in decode_fsinfo3resok()
H A Dnfs4xdr.c4945 if ((status = decode_attr_maxwrite(xdr, bitmap, &fsinfo->wtmax)) != 0) in decode_fsinfo()
4947 fsinfo->wtpref = fsinfo->wtmax; in decode_fsinfo()
/openbmc/linux/include/linux/
H A Dnfs_xdr.h144 __u32 wtmax; /* max. write transfer size */ member