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