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