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