/external/toybox/toys/other/ |
D | stat.c | 43 struct statfs sf; 114 struct statfs *statfs = (struct statfs *)&TT.stat; in print_statfs() local 116 if (type == 'a') out('u', statfs->f_bavail); in print_statfs() 117 else if (type == 'b') out('u', statfs->f_blocks); in print_statfs() 118 else if (type == 'c') out('u', statfs->f_files); in print_statfs() 119 else if (type == 'd') out('u', statfs->f_ffree); in print_statfs() 120 else if (type == 'f') out('u', statfs->f_bfree); in print_statfs() 121 else if (type == 'l') out('d', statfs->f_namelen); in print_statfs() 122 else if (type == 't') out('x', statfs->f_type); in print_statfs() 138 if (nn[i].num == statfs->f_type) s = nn[i].name; in print_statfs() [all …]
|
D | switch_root.c | 48 struct statfs stfs; in switch_root_main() 54 if (statfs("/", &stfs) || in switch_root_main()
|
/external/libpcap/lbl/ |
D | os-sunos4.h | 79 struct statfs; 81 int fstatfs(int, struct statfs *); 167 int statfs(char *, struct statfs *);
|
/external/tcpdump/lbl/ |
D | os-sunos4.h | 79 struct statfs; 81 int fstatfs(int, struct statfs *); 167 int statfs(char *, struct statfs *);
|
/external/strace/tests/ |
D | statfs.c | 10 struct statfs stb; in main() 11 assert(statfs("/proc/self/status", &stb) == 0); in main()
|
D | Makefile.am | 118 statfs \ program 243 statfs.test \ 317 statfs.expected \
|
D | statfs.expected | 1 statfs(64)?\("/proc/self/status"(, [1-9][0-9]*)?, \{f_type="PROC_SUPER_MAGIC", f_bsize=[1-9][0-9]*,…
|
D | .gitignore | 84 statfs
|
/external/libchrome/base/files/ |
D | file_util_linux.cc | 17 struct statfs statfs_buf; in GetFileSystemType() 18 if (statfs(path.value().c_str(), &statfs_buf) < 0) { in GetFileSystemType()
|
/external/libselinux/src/ |
D | init.c | 31 struct statfs sfbuf; in init_selinuxmnt() 42 rc = statfs(SELINUXMNT, &sfbuf); in init_selinuxmnt()
|
/external/selinux/libselinux/src/ |
D | init.c | 36 struct statfs sfbuf; in verify_selinuxmnt() 40 rc = statfs(mnt, &sfbuf); in verify_selinuxmnt()
|
/external/strace/ |
D | statfs.c | 58 struct statfs statbuf; in printstatfs() 82 SYS_FUNC(statfs) in SYS_FUNC() argument
|
D | Android.mk | 145 statfs.c \
|
/external/fio/os/ |
D | os-android.h | 244 struct statfs s; in get_fs_size() 246 if (statfs(path, &s) < 0) in get_fs_size()
|
D | os-linux.h | 253 struct statfs s; in get_fs_size() 255 if (statfs(path, &s) < 0) in get_fs_size()
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | statfs.h | 22 struct statfs { struct
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | statfs.h | 22 struct statfs { struct
|
/external/elfutils/tests/ |
D | lfs-symbols | 69 statfs
|
/external/libchrome/base/ |
D | sys_info_posix.cc | 26 #define statvfs statfs // Android uses a statvfs-like statfs struct and call.
|
/external/strace/linux/aarch64/ |
D | syscallent.h | 48 [1056] = { 2, TF, SEN(statfs), "statfs" },
|
/external/webrtc/webrtc/base/ |
D | unixfilesystem.cc | 520 struct statfs vfs; in GetDiskFreeSpace() 522 if (0 != statfs(existing_path.pathname().c_str(), &vfs)) in GetDiskFreeSpace()
|
/external/ltrace/etc/ |
D | syscalls.conf | 90 int statfs(string,addr);
|
/external/e2fsprogs/lib/ext2fs/ |
D | ismounted.c | 249 struct statfs *mp; in check_getmntinfo()
|
/external/libchrome/crypto/ |
D | nss_util.cc | 165 struct statfs buf; in UseLocalCacheOfNSSDatabaseIfNFS() 166 if (statfs(database_dir.value().c_str(), &buf) == 0) in UseLocalCacheOfNSSDatabaseIfNFS()
|
/external/squashfs-tools/kernel/fs/squashfs/ |
D | super.c | 431 .statfs = squashfs_statfs,
|