Home
last modified time | relevance | path

Searched defs:statvfs (Results 1 – 25 of 35) sorted by relevance

12

/external/cronet/stable/third_party/llvm-libc/src/include/llvm-libc-types/
Dstruct_statvfs.h15 struct statvfs { struct
16 unsigned long f_bsize; /* Filesystem block size */
17 unsigned long f_frsize; /* Fragment size */
18 fsblkcnt_t f_blocks; /* Size of fs in f_frsize units */
19 fsblkcnt_t f_bfree; /* Number of free blocks */
20 fsblkcnt_t f_bavail; /* Number of free blocks for unprivileged users */
21 fsfilcnt_t f_files; /* Number of inodes */
22 fsfilcnt_t f_ffree; /* Number of free inodes */
23 fsfilcnt_t f_favail; /* Number of free inodes for unprivileged users */
24 unsigned long f_fsid; /* Filesystem ID */
[all …]
/external/cronet/tot/third_party/llvm-libc/src/include/llvm-libc-types/
Dstruct_statvfs.h15 struct statvfs { struct
16 unsigned long f_bsize; /* Filesystem block size */
17 unsigned long f_frsize; /* Fragment size */
18 fsblkcnt_t f_blocks; /* Size of fs in f_frsize units */
19 fsblkcnt_t f_bfree; /* Number of free blocks */
20 fsblkcnt_t f_bavail; /* Number of free blocks for unprivileged users */
21 fsfilcnt_t f_files; /* Number of inodes */
22 fsfilcnt_t f_ffree; /* Number of free inodes */
23 fsfilcnt_t f_favail; /* Number of free inodes for unprivileged users */
24 unsigned long f_fsid; /* Filesystem ID */
[all …]
/external/llvm-libc/include/llvm-libc-types/
Dstruct_statvfs.h15 struct statvfs { struct
16 unsigned long f_bsize; /* Filesystem block size */
17 unsigned long f_frsize; /* Fragment size */
18 fsblkcnt_t f_blocks; /* Size of fs in f_frsize units */
19 fsblkcnt_t f_bfree; /* Number of free blocks */
20 fsblkcnt_t f_bavail; /* Number of free blocks for unprivileged users */
21 fsfilcnt_t f_files; /* Number of inodes */
22 fsfilcnt_t f_ffree; /* Number of free inodes */
23 fsfilcnt_t f_favail; /* Number of free inodes for unprivileged users */
24 unsigned long f_fsid; /* Filesystem ID */
[all …]
/external/musl/include/sys/
Dstatvfs.h14 struct statvfs { struct
30 int statvfs (const char *__restrict, struct statvfs *__restrict); argument
/external/trusty/musl/include/sys/
Dstatvfs.h16 struct statvfs { struct
31 int statvfs (const char *__restrict, struct statvfs *__restrict); argument
/external/trusty/musl/src/stat/
Dstatvfs.c44 int statvfs(const char *restrict path, struct statvfs *restrict buf) in statvfs() function
/external/musl/src/stat/
Dstatvfs.c45 int statvfs(const char *restrict path, struct statvfs *restrict buf) in statvfs() function
/external/rust/android-crates-io/crates/nix/src/sys/
Dstatvfs.rs130 pub fn statvfs<P: ?Sized + NixPath>(path: &P) -> Result<Statvfs> { in statvfs() function
/external/libchrome/base/
Dsys_info_posix.cc29 #define statvfs statfs // Android uses a statvfs-like statfs struct and call. macro
/external/rust/android-crates-io/crates/rustix/src/fs/
Dabs.rs285 pub fn statvfs<P: path::Arg>(path: P) -> io::Result<StatVfs> { in statvfs() function
/external/cronet/stable/base/system/
Dsys_info_posix.cc34 #define statvfs statfs // Android uses a statvfs-like statfs struct and call. macro
/external/cronet/tot/base/system/
Dsys_info_posix.cc34 #define statvfs statfs // Android uses a statvfs-like statfs struct and call. macro
/external/rust/android-crates-io/crates/rustix/src/backend/linux_raw/fs/
Ddir.rs231 pub fn statvfs(&self) -> io::Result<StatVfs> { in statvfs() method
Dsyscalls.rs914 pub(crate) fn statvfs(path: &CStr) -> io::Result<StatVfs> { in statvfs() function
/external/rust/android-crates-io/crates/rustix/src/backend/libc/fs/
Ddir.rs216 pub fn statvfs(&self) -> io::Result<StatVfs> { in statvfs() method
Dsyscalls.rs259 pub(crate) fn statvfs(filename: &CStr) -> io::Result<StatVfs> { in statvfs() function
1479 let mut statvfs = MaybeUninit::<c::statvfs>::uninit(); in fstatvfs() localVariable
/external/toybox/lib/
Dlib.h398 struct statvfs statvfs; member
/external/cronet/tot/third_party/libc++/src/src/filesystem/
Dposix_compat.h294 inline int statvfs(const wchar_t* p, StatVFS* buf) { in statvfs() function
/external/cronet/stable/third_party/libc++/src/src/filesystem/
Dposix_compat.h294 inline int statvfs(const wchar_t* p, StatVFS* buf) { in statvfs() function
/external/curl/lib/vssh/
Dlibssh.c1143 sftp_statvfs_t statvfs; in myssh_statemach_act() local
Dlibssh2.c2294 LIBSSH2_SFTP_STATVFS statvfs; in ssh_statemachine() local
/external/python/parse_type/tasks/_vendor/
Dpath.py1133 def statvfs(self): member in Path
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/libc-0.2.164/src/unix/
Dmod.rs1393 pub fn statvfs(path: *const c_char, buf: *mut statvfs) -> ::c_int; in statvfs() function
/external/rust/android-crates-io/crates/libc/src/unix/bsd/freebsdlike/dragonfly/
Dmod.rs1697 mntvbufp: *mut *mut ::statvfs, in getmntvinfo()
/external/rust/android-crates-io/crates/libc/src/unix/
Dmod.rs1383 pub fn statvfs(path: *const c_char, buf: *mut statvfs) -> ::c_int; in statvfs() function

12