Searched refs:wtmax (Results 1 – 5 of 5) sorted by relevance
88 info->wtmax = NFS_MAXDATA; in nfs_proc_get_root()578 info->wtmax = NFS_MAXDATA; in nfs_proc_fsinfo()
783 if (fsinfo->wtmax >= 512 && server->wsize > fsinfo->wtmax) in nfs_server_set_fsinfo()784 server->wsize = nfs_io_size(fsinfo->wtmax, clp->cl_proto); in nfs_server_set_fsinfo()
2212 result->wtmax = be32_to_cpup(p++); in decode_fsinfo3resok()
4945 if ((status = decode_attr_maxwrite(xdr, bitmap, &fsinfo->wtmax)) != 0) in decode_fsinfo()4947 fsinfo->wtpref = fsinfo->wtmax; in decode_fsinfo()
144 __u32 wtmax; /* max. write transfer size */ member