Searched defs:nfs_fsinfo (Results 1 – 1 of 1) sorted by relevance
136 struct nfs_fsinfo { struct137 struct nfs_fattr *fattr; /* Post-op attributes */138 __u32 rtmax; /* max. read transfer size */139 __u32 rtpref; /* pref. read transfer size */140 __u32 rtmult; /* reads should be multiple of this */141 __u32 wtmax; /* max. write transfer size */142 __u32 wtpref; /* pref. write transfer size */143 __u32 wtmult; /* writes should be multiple of this */144 __u32 dtpref; /* pref. readdir transfer size */145 __u64 maxfilesize;[all …]