Searched refs:statfs (Results 1 - 25 of 48) sorted by relevance

12

/external/kernel-headers/original/uapi/asm-arm/asm/
H A Dstatfs.h11 #include <asm-generic/statfs.h>
/external/kernel-headers/original/uapi/asm-arm64/asm/
H A Dstatfs.h21 #include <asm-generic/statfs.h>
/external/kernel-headers/original/uapi/asm-x86/asm/
H A Dstatfs.h11 #include <asm-generic/statfs.h>
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dsysfs.c16 struct statfs st_fs;
18 if (statfs(sysfs, &st_fs) < 0)
H A Dutil.h47 #include <sys/statfs.h>
/external/chromium_org/base/files/
H A Dfile_util_linux.cc31 struct statfs statfs_buf;
32 if (statfs(path.value().c_str(), &statfs_buf) < 0) {
40 // Missing values are copied from the statfs man page.
/external/linux-tools-perf/perf-3.12.0/tools/lib/lk/
H A Ddebugfs.c66 struct statfs st_fs;
68 if (statfs(debugfs, &st_fs) < 0)
/external/libpcap/lbl/
H A Dos-sunos4.h81 struct statfs;
83 int fstatfs(int, struct statfs *);
169 int statfs(char *, struct statfs *);
/external/tcpdump/lbl/
H A Dos-sunos4.h81 struct statfs;
83 int fstatfs(int, struct statfs *);
169 int statfs(char *, struct statfs *);
/external/libselinux/src/
H A Dinit.c31 struct statfs sfbuf;
42 rc = statfs(SELINUXMNT, &sfbuf);
/external/qemu/distrib/libselinux/src/
H A Dinit.c31 struct statfs sfbuf;
42 rc = statfs(SELINUXMNT, &sfbuf);
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_linux.cc54 #include <sys/statfs.h>
/external/kernel-headers/original/uapi/asm-generic/
H A Dstatfs.h22 struct statfs { struct
/external/kernel-headers/original/uapi/asm-mips/asm/
H A Dstatfs.h22 struct statfs { struct
65 struct statfs64 { /* Same as struct statfs */
/external/chromium_org/base/
H A Dsys_info_posix.cc24 #define statvfs statfs // Android uses a statvfs-like statfs struct and call.
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
H A Dfuse.h135 int (*statfs)(const char*, struct statvfs*); member in struct:fuse_operations
/external/chromium_org/chrome/browser/extensions/api/music_manager_private/
H A Ddevice_id_mac.cc39 struct statfs* mounted_volumes;
47 struct statfs* vol = &mounted_volumes[i];
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dmemfs_malloc.cc52 #include <sys/statfs.h> // for fstatfs, statfs
243 struct statfs sfs;
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dmemfs_malloc.cc52 #include <sys/statfs.h> // for fstatfs, statfs
243 struct statfs sfs;
/external/fio/os/
H A Dos-android.h240 struct statfs s;
242 if (statfs(path, &s) < 0)
H A Dos-linux.h240 struct statfs s;
242 if (statfs(path, &s) < 0)
/external/bluetooth/bluedroid/btif/co/
H A Dbta_fs_co.c23 #include <sys/statfs.h>
135 struct statfs fsbuffer;
151 if(statfs(p_path, &fsbuffer)==0)
253 struct statfs fs_buffer;
272 if (0 == statfs(p_dir, &fs_buffer))
285 BTIF_TRACE_WARNING("btapp_fs_enough_space(): statfs() failed with err: %d", err);
/external/chromium_org/third_party/webrtc/base/
H A Dunixfilesystem.cc29 #include <sys/statfs.h>
518 struct statfs vfs;
520 if (0 != statfs(existing_path.pathname().c_str(), &vfs))
/external/ltrace/etc/
H A Dsyscalls.conf90 int statfs(string,addr);
/external/e2fsprogs/lib/ext2fs/
H A Dismounted.c249 struct statfs *mp;

Completed in 3822 milliseconds

12