Home
last modified time | relevance | path

Searched refs:f_files (Results 1 – 25 of 42) sorted by relevance

12

/third_party/musl/libc-test/src/regression/
Dstatvfs.c25 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/
Dstatvfs.c36 out->f_files = in->f_files; in fixup()
/third_party/musl/arch/s390x/bits/
Dstatfs.h4 fsfilcnt_t f_files, f_ffree; member
/third_party/musl/porting/liteos_a/kernel/include/bits/
Dstatfs.h4 fsfilcnt_t f_files, f_ffree; member
/third_party/musl/arch/generic/bits/
Dstatfs.h4 fsfilcnt_t f_files, f_ffree; member
/third_party/musl/porting/liteos_m/kernel/include/bits/
Dstatfs.h4 fsfilcnt_t f_files, f_ffree; member
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/
Dstatfs.h4 fsfilcnt_t f_files, f_ffree; member
/third_party/musl/porting/uniproton/kernel/include/bits/
Dstatfs.h4 fsfilcnt_t f_files, f_ffree; member
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
Dstatfs.h4 fsfilcnt_t f_files, f_ffree; member
/third_party/musl/arch/mips/bits/
Dstatfs.h4 fsfilcnt_t f_files, f_ffree; member
/third_party/musl/arch/mips64/bits/
Dstatfs.h4 fsfilcnt_t f_files, f_ffree; member
/third_party/musl/arch/mipsn32/bits/
Dstatfs.h4 fsfilcnt_t f_files, f_ffree; member
/third_party/musl/arch/x32/bits/
Dstatfs.h4 fsfilcnt_t f_files, f_ffree; member
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
Dstatvfs.h14 fsfilcnt_t f_files, f_ffree, f_favail; member
/third_party/musl/porting/uniproton/kernel/include/sys/
Dstatvfs.h17 fsfilcnt_t f_files, f_ffree, f_favail; member
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dstatvfs.h17 fsfilcnt_t f_files, f_ffree, f_favail; member
/third_party/musl/ndk_musl_include/sys/
Dstatvfs.h17 fsfilcnt_t f_files, f_ffree, f_favail; member
/third_party/musl/include/sys/
Dstatvfs.h17 fsfilcnt_t f_files, f_ffree, f_favail; member
/third_party/musl/porting/liteos_a/kernel/include/sys/
Dstatvfs.h17 fsfilcnt_t f_files, f_ffree, f_favail; member
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dstatvfs.h17 fsfilcnt_t f_files, f_ffree, f_favail; member
/third_party/musl/libc-test/src/api/
Dsys_statvfs.c16 F(fsfilcnt_t,f_files) in f()
/third_party/ltp/testcases/kernel/syscalls/statvfs/
Dstatvfs01.c73 (uintmax_t) buf.f_files); in main()
/third_party/toybox/toys/posix/
Ddf.c122 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/
Dstatfs.h110 off_t f_files; /* Total file nodes in the file system */ member
/third_party/toybox/toys/other/
Dstat.c141 else if (type == 'c') out('u', statfs->f_files); in print_statfs()

12