Lines Matching defs:nfs_fsinfo
121 struct nfs_fsinfo { struct
122 struct nfs_fattr *fattr; /* Post-op attributes */
123 __u32 rtmax; /* max. read transfer size */
124 __u32 rtpref; /* pref. read transfer size */
125 __u32 rtmult; /* reads should be multiple of this */
126 __u32 wtmax; /* max. write transfer size */
127 __u32 wtpref; /* pref. write transfer size */
128 __u32 wtmult; /* writes should be multiple of this */
129 __u32 dtpref; /* pref. readdir transfer size */
130 __u64 maxfilesize;
131 struct timespec time_delta; /* server time granularity */
132 __u32 lease_time; /* in seconds */
133 __u32 layouttype; /* supported pnfs layout driver */
134 __u32 blksize; /* preferred pnfs io block size */