Searched defs:nfs_fsstat (Results 1 – 1 of 1) sorted by relevance
158 struct nfs_fsstat { struct159 struct nfs_fattr *fattr; /* Post-op attributes */160 __u64 tbytes; /* total size in bytes */161 __u64 fbytes; /* # of free bytes */162 __u64 abytes; /* # of bytes available to user */163 __u64 tfiles; /* # of files */164 __u64 ffiles; /* # of free files */165 __u64 afiles; /* # of files available to user */