/external/kernel-headers/original/uapi/asm-generic/ |
D | statfs.h | 23 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/ |
D | statfs.c | 3 SYS_FUNC(statfs) in SYS_FUNC() argument
|
/external/llvm-project/clang/test/Sema/ |
D | builtin-object-size.c | 94 struct statfs { char f_mntonname[1024];}; in pr31843() struct
|
/external/rust/crates/nix/test/ |
D | test_fcntl.rs | 241 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/ |
D | mod.rs | 89 pub mod statfs; module
|
D | statfs.rs | 454 pub fn statfs<P: ?Sized + NixPath>(path: &P) -> Result<Statfs> { in statfs() function
|
/external/toybox/toys/other/ |
D | stat.c | 137 struct statfs *statfs = (struct statfs *)&TT.stat; in print_statfs() local
|
/external/libfuse/include/ |
D | fuse_lowlevel.h | 795 void (*statfs) (fuse_req_t req, fuse_ino_t ino); member
|
D | fuse.h | 466 int (*statfs) (const char *, struct statvfs *); member
|
/external/toybox/lib/ |
D | portability.c | 570 char *fs_type_name(struct statfs *statfs) in fs_type_name()
|
/external/vm_tools/p9/src/server/ |
D | mod.rs | 621 fn statfs(&mut self, statfs: &Tstatfs) -> io::Result<Rstatfs> { in statfs() method
|
/external/crosvm/fuse/src/ |
D | filesystem.rs | 865 fn statfs(&self, ctx: Context, inode: Self::Inode) -> io::Result<libc::statvfs64> { in statfs() method
|
D | server.rs | 673 fn statfs<W: Writer>(&self, in_header: InHeader, w: W) -> Result<usize> { in statfs() method
|
/external/crosvm/devices/src/virtio/fs/ |
D | passthrough.rs | 1119 fn statfs(&self, _ctx: Context, inode: Inode) -> io::Result<libc::statvfs64> { in statfs() method
|
/external/rust/crates/libc/src/unix/bsd/freebsdlike/dragonfly/ |
D | mod.rs | 1092 pub fn statfs(path: *const ::c_char, buf: *mut statfs) -> ::c_int; in statfs() function
|
/external/rust/crates/libc/src/unix/bsd/apple/ |
D | mod.rs | 3577 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/ |
D | mod.rs | 1501 pub fn statfs(path: *const ::c_char, buf: *mut statfs) -> ::c_int; in statfs() function
|
/external/rust/crates/libc/src/unix/linux_like/ |
D | mod.rs | 1461 pub fn statfs(path: *const ::c_char, buf: *mut statfs) -> ::c_int; in statfs() function
|
/external/compiler-rt/lib/msan/tests/ |
D | msan_test.cc | 732 TEST(MemorySanitizer, statfs) { in TEST() argument
|
/external/llvm-project/compiler-rt/lib/msan/tests/ |
D | msan_test.cpp | 741 TEST(MemorySanitizer, statfs) { in TEST() argument
|
/external/rust/crates/libc/src/fuchsia/ |
D | mod.rs | 3855 pub fn statfs(path: *const ::c_char, buf: *mut statfs) -> ::c_int; in statfs() function
|