Searched refs:rtmax (Results 1 – 5 of 5) sorted by relevance
116 info->rtmax = NFS_MAXDATA; in nfs_proc_get_root()609 info->rtmax = NFS_MAXDATA; in nfs_proc_fsinfo()
917 if (fsinfo->rtmax >= 512 && server->rsize > fsinfo->rtmax) in nfs_server_set_fsinfo()918 server->rsize = nfs_block_size(fsinfo->rtmax, NULL); in nfs_server_set_fsinfo()
2198 result->rtmax = be32_to_cpup(p++); in decode_fsinfo3resok()
4222 if ((status = decode_attr_maxread(xdr, bitmap, &fsinfo->rtmax)) != 0) in decode_fsinfo()4224 fsinfo->rtpref = fsinfo->dtpref = fsinfo->rtmax; in decode_fsinfo()
114 __u32 rtmax; /* max. read transfer size */ member