Home
last modified time | relevance | path

Searched defs:statfs (Results 1 – 21 of 21) sorted by relevance

/external/kernel-headers/original/uapi/asm-generic/
Dstatfs.h23 struct statfs { struct
24 __statfs_word f_type; argument
25 __statfs_word f_bsize; argument
26 __statfs_word f_blocks; argument
27 __statfs_word f_bfree; argument
28 __statfs_word f_bavail; argument
29 __statfs_word f_files; argument
30 __statfs_word f_ffree; argument
32 __statfs_word f_namelen; argument
33 __statfs_word f_frsize; argument
[all …]
/external/strace/
Dstatfs.c3 SYS_FUNC(statfs) in SYS_FUNC() argument
/external/llvm-project/clang/test/Sema/
Dbuiltin-object-size.c94 struct statfs { char f_mntonname[1024];}; in pr31843() struct
/external/rust/crates/nix/test/
Dtest_fcntl.rs241 let statfs = nix::sys::statfs::fstatfs(&tmp).unwrap(); in test_ofd_write_lock() localVariable
283 let statfs = nix::sys::statfs::fstatfs(&tmp).unwrap(); in test_ofd_read_lock() localVariable
/external/rust/crates/nix/src/sys/
Dmod.rs89 pub mod statfs; module
Dstatfs.rs454 pub fn statfs<P: ?Sized + NixPath>(path: &P) -> Result<Statfs> { in statfs() function
/external/toybox/toys/other/
Dstat.c137 struct statfs *statfs = (struct statfs *)&TT.stat; in print_statfs() local
/external/libfuse/include/
Dfuse_lowlevel.h795 void (*statfs) (fuse_req_t req, fuse_ino_t ino); member
Dfuse.h466 int (*statfs) (const char *, struct statvfs *); member
/external/toybox/lib/
Dportability.c570 char *fs_type_name(struct statfs *statfs) in fs_type_name()
/external/vm_tools/p9/src/server/
Dmod.rs621 fn statfs(&mut self, statfs: &Tstatfs) -> io::Result<Rstatfs> { in statfs() method
/external/crosvm/fuse/src/
Dfilesystem.rs865 fn statfs(&self, ctx: Context, inode: Self::Inode) -> io::Result<libc::statvfs64> { in statfs() method
Dserver.rs673 fn statfs<W: Writer>(&self, in_header: InHeader, w: W) -> Result<usize> { in statfs() method
/external/crosvm/devices/src/virtio/fs/
Dpassthrough.rs1119 fn statfs(&self, _ctx: Context, inode: Inode) -> io::Result<libc::statvfs64> { in statfs() method
/external/rust/crates/libc/src/unix/bsd/freebsdlike/dragonfly/
Dmod.rs1092 pub fn statfs(path: *const ::c_char, buf: *mut statfs) -> ::c_int; in statfs() function
/external/rust/crates/libc/src/unix/bsd/apple/
Dmod.rs3577 pub fn statfs(path: *const ::c_char, buf: *mut statfs) -> ::c_int; in statfs() function
3822 pub fn getmntinfo(mntbufp: *mut *mut statfs, flags: ::c_int) -> ::c_int; in getmntinfo()
3827 pub fn getfsstat(mntbufp: *mut statfs, bufsize: ::c_int, flags: ::c_int) -> ::c_int; in getfsstat()
/external/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
Dmod.rs1501 pub fn statfs(path: *const ::c_char, buf: *mut statfs) -> ::c_int; in statfs() function
/external/rust/crates/libc/src/unix/linux_like/
Dmod.rs1461 pub fn statfs(path: *const ::c_char, buf: *mut statfs) -> ::c_int; in statfs() function
/external/compiler-rt/lib/msan/tests/
Dmsan_test.cc732 TEST(MemorySanitizer, statfs) { in TEST() argument
/external/llvm-project/compiler-rt/lib/msan/tests/
Dmsan_test.cpp741 TEST(MemorySanitizer, statfs) { in TEST() argument
/external/rust/crates/libc/src/fuchsia/
Dmod.rs3855 pub fn statfs(path: *const ::c_char, buf: *mut statfs) -> ::c_int; in statfs() function