Home
last modified time | relevance | path

Searched refs:rtmax (Results 1 – 4 of 4) sorted by relevance

/linux/fs/nfs/
H A Dproc.c85 info->rtmax = NFS_MAXDATA; in nfs_proc_get_root()
576 info->rtmax = NFS_MAXDATA; in nfs_proc_fsinfo()
H A Dnfs3xdr.c2206 result->rtmax = be32_to_cpup(p++); in decode_fsinfo3resok()
H A Dnfs4xdr.c4993 if ((status = decode_attr_maxread(xdr, bitmap, &fsinfo->rtmax)) != 0) in decode_fsinfo()
4995 fsinfo->rtpref = fsinfo->dtpref = fsinfo->rtmax; in decode_fsinfo()
/linux/include/linux/
H A Dnfs_xdr.h141 __u32 rtmax; /* max. read transfer size */ member