Searched defs:nfs_fsstat (Results 1 – 1 of 1) sorted by relevance
137 struct nfs_fsstat { struct138 struct nfs_fattr *fattr; /* Post-op attributes */139 __u64 tbytes; /* total size in bytes */140 __u64 fbytes; /* # of free bytes */141 __u64 abytes; /* # of bytes available to user */142 __u64 tfiles; /* # of files */143 __u64 ffiles; /* # of free files */144 __u64 afiles; /* # of files available to user */