Searched defs:nfs_fsstat (Results 1 – 1 of 1) sorted by relevance
146 struct nfs_fsstat { struct147 struct nfs_fattr *fattr; /* Post-op attributes */148 __u64 tbytes; /* total size in bytes */149 __u64 fbytes; /* # of free bytes */150 __u64 abytes; /* # of bytes available to user */151 __u64 tfiles; /* # of files */152 __u64 ffiles; /* # of free files */153 __u64 afiles; /* # of files available to user */