Searched defs:kstatfs (Results 1 – 2 of 2) sorted by relevance
8 struct kstatfs { struct9 long f_type;10 long f_bsize;11 u64 f_blocks;12 u64 f_bfree;13 u64 f_bavail;14 u64 f_files;15 u64 f_ffree;16 __kernel_fsid_t f_fsid;17 long f_namelen;[all …]
9 struct kstatfs { struct10 long f_type;11 long f_bsize;12 u64 f_blocks;13 u64 f_bfree;14 u64 f_bavail;15 u64 f_files;16 u64 f_ffree;17 __kernel_fsid_t f_fsid;18 long f_namelen;[all …]