Home
last modified time | relevance | path

Searched refs:statfs (Results 1 – 25 of 83) sorted by relevance

1234

/external/toybox/toys/other/
Dstat.c43 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 …]
Dswitch_root.c48 struct statfs stfs; in switch_root_main()
54 if (statfs("/", &stfs) || in switch_root_main()
/external/libpcap/lbl/
Dos-sunos4.h79 struct statfs;
81 int fstatfs(int, struct statfs *);
167 int statfs(char *, struct statfs *);
/external/tcpdump/lbl/
Dos-sunos4.h79 struct statfs;
81 int fstatfs(int, struct statfs *);
167 int statfs(char *, struct statfs *);
/external/strace/tests/
Dstatfs.c10 struct statfs stb; in main()
11 assert(statfs("/proc/self/status", &stb) == 0); in main()
DMakefile.am118 statfs \ program
243 statfs.test \
317 statfs.expected \
Dstatfs.expected1 statfs(64)?\("/proc/self/status"(, [1-9][0-9]*)?, \{f_type="PROC_SUPER_MAGIC", f_bsize=[1-9][0-9]*,…
D.gitignore84 statfs
/external/libchrome/base/files/
Dfile_util_linux.cc17 struct statfs statfs_buf; in GetFileSystemType()
18 if (statfs(path.value().c_str(), &statfs_buf) < 0) { in GetFileSystemType()
/external/libselinux/src/
Dinit.c31 struct statfs sfbuf; in init_selinuxmnt()
42 rc = statfs(SELINUXMNT, &sfbuf); in init_selinuxmnt()
/external/selinux/libselinux/src/
Dinit.c36 struct statfs sfbuf; in verify_selinuxmnt()
40 rc = statfs(mnt, &sfbuf); in verify_selinuxmnt()
/external/strace/
Dstatfs.c58 struct statfs statbuf; in printstatfs()
82 SYS_FUNC(statfs) in SYS_FUNC() argument
DAndroid.mk145 statfs.c \
/external/fio/os/
Dos-android.h244 struct statfs s; in get_fs_size()
246 if (statfs(path, &s) < 0) in get_fs_size()
Dos-linux.h253 struct statfs s; in get_fs_size()
255 if (statfs(path, &s) < 0) in get_fs_size()
/external/kernel-headers/original/uapi/asm-generic/
Dstatfs.h22 struct statfs { struct
/external/kernel-headers/original/uapi/asm-mips/asm/
Dstatfs.h22 struct statfs { struct
/external/elfutils/tests/
Dlfs-symbols69 statfs
/external/libchrome/base/
Dsys_info_posix.cc26 #define statvfs statfs // Android uses a statvfs-like statfs struct and call.
/external/strace/linux/aarch64/
Dsyscallent.h48 [1056] = { 2, TF, SEN(statfs), "statfs" },
/external/webrtc/webrtc/base/
Dunixfilesystem.cc520 struct statfs vfs; in GetDiskFreeSpace()
522 if (0 != statfs(existing_path.pathname().c_str(), &vfs)) in GetDiskFreeSpace()
/external/ltrace/etc/
Dsyscalls.conf90 int statfs(string,addr);
/external/e2fsprogs/lib/ext2fs/
Dismounted.c249 struct statfs *mp; in check_getmntinfo()
/external/libchrome/crypto/
Dnss_util.cc165 struct statfs buf; in UseLocalCacheOfNSSDatabaseIfNFS()
166 if (statfs(database_dir.value().c_str(), &buf) == 0) in UseLocalCacheOfNSSDatabaseIfNFS()
/external/squashfs-tools/kernel/fs/squashfs/
Dsuper.c431 .statfs = squashfs_statfs,

1234