Searched defs:kstatfs (Results 1 – 2 of 2) sorted by relevance
39076 struct kstatfs { struct39077 long f_type;39078 long f_bsize;39079 u64 f_blocks;39080 u64 f_bfree;39081 u64 f_bavail;39082 u64 f_files;39083 u64 f_ffree;39084 __kernel_fsid_t f_fsid;39085 long f_namelen;[all …]
26387 struct kstatfs { struct26388 long f_type;26389 long f_bsize;26390 u64 f_blocks;26391 u64 f_bfree;26392 u64 f_bavail;26393 u64 f_files;26394 u64 f_ffree;26395 __kernel_fsid_t f_fsid;26396 long f_namelen;[all …]