/third_party/musl/libc-test/src/regression/ |
D | statvfs.c | 25 if (f.f_files == 0) in main() 27 if (f.f_files < f.f_ffree) in main() 29 (unsigned long long)f.f_ffree, (unsigned long long)f.f_files); in main() 30 if (f.f_files < f.f_favail) in main() 32 (unsigned long long)f.f_favail, (unsigned long long)f.f_files); in main()
|
/third_party/musl/src/stat/ |
D | statvfs.c | 36 out->f_files = in->f_files; in fixup()
|
/third_party/musl/arch/s390x/bits/ |
D | statfs.h | 4 fsfilcnt_t f_files, f_ffree; member
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
D | statfs.h | 4 fsfilcnt_t f_files, f_ffree; member
|
/third_party/musl/arch/generic/bits/ |
D | statfs.h | 4 fsfilcnt_t f_files, f_ffree; member
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
D | statfs.h | 4 fsfilcnt_t f_files, f_ffree; member
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/ |
D | statfs.h | 4 fsfilcnt_t f_files, f_ffree; member
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
D | statfs.h | 4 fsfilcnt_t f_files, f_ffree; member
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
D | statfs.h | 4 fsfilcnt_t f_files, f_ffree; member
|
/third_party/musl/arch/mips/bits/ |
D | statfs.h | 4 fsfilcnt_t f_files, f_ffree; member
|
/third_party/musl/arch/mips64/bits/ |
D | statfs.h | 4 fsfilcnt_t f_files, f_ffree; member
|
/third_party/musl/arch/mipsn32/bits/ |
D | statfs.h | 4 fsfilcnt_t f_files, f_ffree; member
|
/third_party/musl/arch/x32/bits/ |
D | statfs.h | 4 fsfilcnt_t f_files, f_ffree; member
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/ |
D | statvfs.h | 14 fsfilcnt_t f_files, f_ffree, f_favail; member
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | statvfs.h | 17 fsfilcnt_t f_files, f_ffree, f_favail; member
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
D | statvfs.h | 17 fsfilcnt_t f_files, f_ffree, f_favail; member
|
/third_party/musl/ndk_musl_include/sys/ |
D | statvfs.h | 17 fsfilcnt_t f_files, f_ffree, f_favail; member
|
/third_party/musl/include/sys/ |
D | statvfs.h | 17 fsfilcnt_t f_files, f_ffree, f_favail; member
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
D | statvfs.h | 17 fsfilcnt_t f_files, f_ffree, f_favail; member
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | statvfs.h | 17 fsfilcnt_t f_files, f_ffree, f_favail; member
|
/third_party/musl/libc-test/src/api/ |
D | sys_statvfs.c | 16 F(fsfilcnt_t,f_files) in f()
|
/third_party/ltp/testcases/kernel/syscalls/statvfs/ |
D | statvfs01.c | 73 (uintmax_t) buf.f_files); in main()
|
/third_party/toybox/toys/posix/ |
D | df.c | 122 size = mt->statvfs.f_files; in show_mt() 123 used = mt->statvfs.f_files - mt->statvfs.f_ffree; in show_mt()
|
/third_party/NuttX/include/sys/ |
D | statfs.h | 110 off_t f_files; /* Total file nodes in the file system */ member
|
/third_party/toybox/toys/other/ |
D | stat.c | 141 else if (type == 'c') out('u', statfs->f_files); in print_statfs()
|