/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | statfs.h | 30 long f_files; member 53 __u64 f_files; member 72 long f_files; member 90 __u64 f_files; member
|
/external/strace/ |
D | fetch_struct_statfs.c | 57 p->f_files = zero_extend_signed_to_ull(b.f_files); in MPERS_PRINTER_DECL() 105 p->f_files = zero_extend_signed_to_ull(b.f_files); in MPERS_PRINTER_DECL()
|
D | print_statfs.c | 72 print_statfs_number(", f_files=", b.f_files); in print_struct_statfs() 108 print_statfs_number(", f_files=", b.f_files); in print_struct_statfs64()
|
D | statfs.h | 37 unsigned long long f_files; member
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | statfs.h | 29 __statfs_word f_files; member 52 __u64 f_files; member 75 __u64 f_files; member
|
/external/openssh/openbsd-compat/ |
D | bsd-statvfs.c | 42 to->f_files = from->f_files; in copy_statfs_to_statvfs()
|
D | bsd-statvfs.h | 53 fsfilcnt_t f_files; /* Total number of file serial numbers. */ member
|
/external/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()
|
/external/ltp/testcases/kernel/syscalls/statvfs/ |
D | statvfs01.c | 73 (uintmax_t) buf.f_files); in main()
|
/external/openssh/ |
D | sftp-client.h | 48 u_int64_t f_files; member
|
D | sftp.c | 978 if (st.f_files == 0) in do_df() 982 (unsigned long long)(100 * (st.f_files - st.f_ffree) / in do_df() 983 st.f_files)); in do_df() 996 (unsigned long long)st.f_files, in do_df() 997 (unsigned long long)(st.f_files - st.f_ffree), in do_df()
|
D | PROTOCOL | 412 uint64 f_files /* total file inodes */
|
D | sftp-server.c | 629 (r = sshbuf_put_u64(msg, st->f_files)) != 0 || in send_statvfs()
|
D | sftp-client.c | 366 (r = sshbuf_get_u64(msg, &st->f_files)) != 0 || in get_decode_statvfs()
|
/external/strace/tests/ |
D | xstatfsx.c | 87 PRINT_NUM(f_files); in print_statfs()
|
/external/strace/tests-mx32/ |
D | xstatfsx.c | 87 PRINT_NUM(f_files); in print_statfs()
|
/external/strace/tests-m32/ |
D | xstatfsx.c | 87 PRINT_NUM(f_files); in print_statfs()
|
/external/toybox/toys/other/ |
D | stat.c | 135 else if (type == 'c') out('u', statfs->f_files); in print_statfs()
|
/external/autotest/client/site_tests/platform_EncryptedStateful/ |
D | platform_EncryptedStateful.py | 173 inode_ratio = float(info.f_files) / float(info.f_blocks)
|
/external/kernel-headers/original/uapi/linux/ |
D | coda.h | 240 int32_t f_files; member
|
/external/squashfs-tools/kernel/fs/squashfs/ |
D | super.c | 310 buf->f_files = msblk->inodes; in squashfs_statfs()
|
/external/e2fsprogs/misc/ |
D | filefrag.c | 451 (fsinfo.f_files / 8 / cylgroups) - 3;
|
/external/google-breakpad/src/third_party/lss/ |
D | linux_syscall_support.h | 519 unsigned long long f_files; member 534 unsigned long long f_files; member 551 long f_files; member 568 uint64_t f_files; member 582 unsigned long f_files; member
|
/external/selinux/libselinux/src/ |
D | selinux_restorecon.c | 220 nfile = statvfs_buf.f_files - statvfs_buf.f_ffree; in file_system_count()
|
/external/squashfs-tools/kernel-2.4/fs/squashfs/ |
D | inode.c | 1133 buf->f_files = sblk->inodes; in squashfs_statfs()
|