Searched defs:nfs_fsinfo (Results 1 – 1 of 1) sorted by relevance
130 struct nfs_fsinfo { struct131 struct nfs_fattr *fattr; /* Post-op attributes */132 __u32 rtmax; /* max. read transfer size */133 __u32 rtpref; /* pref. read transfer size */134 __u32 rtmult; /* reads should be multiple of this */135 __u32 wtmax; /* max. write transfer size */136 __u32 wtpref; /* pref. write transfer size */137 __u32 wtmult; /* writes should be multiple of this */138 __u32 dtpref; /* pref. readdir transfer size */139 __u64 maxfilesize;[all …]