Home
last modified time | relevance | path

Searched defs:nfs_fsinfo (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/include/linux/
Dnfs_xdr.h39 struct nfs_fsinfo { struct
40 __u32 rtmax; /* max. read transfer size */
41 __u32 rtpref; /* pref. read transfer size */
42 __u32 rtmult; /* reads should be multiple of this */
43 __u32 wtmax; /* max. write transfer size */
44 __u32 wtpref; /* pref. write transfer size */
45 __u32 wtmult; /* writes should be multiple of this */
46 __u32 dtpref; /* pref. readdir transfer size */
47 __u64 maxfilesize;
48 __u64 bsize; /* block size */
[all …]