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