Searched refs:rtmax (Results 1 – 5 of 5) sorted by relevance
85 info->rtmax = NFS_MAXDATA; in nfs_proc_get_root()575 info->rtmax = NFS_MAXDATA; in nfs_proc_fsinfo()
782 if (fsinfo->rtmax >= 512 && server->rsize > fsinfo->rtmax) in nfs_server_set_fsinfo()783 server->rsize = nfs_io_size(fsinfo->rtmax, clp->cl_proto); in nfs_server_set_fsinfo()
2209 result->rtmax = be32_to_cpup(p++); in decode_fsinfo3resok()
4942 if ((status = decode_attr_maxread(xdr, bitmap, &fsinfo->rtmax)) != 0) in decode_fsinfo()4944 fsinfo->rtpref = fsinfo->dtpref = fsinfo->rtmax; in decode_fsinfo()
141 __u32 rtmax; /* max. read transfer size */ member