Home
last modified time | relevance | path

Searched defs:statfs (Results 26 - 50 of 113) sorted by relevance

12345

/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-generic/
H A Dstatfs.h29 struct statfs { struct
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-mips/asm/
H A Dstatfs.h23 struct statfs { struct
/kernel/liteos_m/kal/libc/newlib/porting/include/sys/
H A Dstatfs.h45 struct statfs { struct
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-generic/
H A Dstatfs.h29 struct statfs { struct
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-mips/asm/
H A Dstatfs.h23 struct statfs { struct
/third_party/musl/arch/x32/bits/
H A Dstatfs.h1 struct statfs { struct
/third_party/rust/crates/rustix/tests/fs/
H A Dmain.rs47 mod statfs; modules
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b64/
H A Dmod.rs77 pub struct statfs { structure names
/third_party/toybox/toys/other/
H A Dstat.c137 struct statfs *statfs = (struct statfs *)&TT.stat; in print_statfs() local
[all...]
/third_party/rust/crates/rustix/src/backend/linux_raw/fs/
H A Ddir.rs167 pub fn statfs(&self) -> io::Result<StatFs> { in statfs() functions
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/mips/mips64/
H A Dmod.rs132 pub struct statfs { structure names
/third_party/rust/crates/nix/src/sys/
H A Dmod.rs166 pub mod statfs; modules
/third_party/rust/crates/rustix/src/backend/libc/fs/
H A Ddir.rs150 pub fn statfs(&self) -> io::Result<StatFs> { in statfs() functions
H A Dsyscalls.rs1007 let mut statfs = MaybeUninit::<StatFs>::uninit(); variables
/kernel/linux/linux-5.10/arch/um/os-Linux/
H A Duser_syms.c99 EXPORT_SYMBOL_PROTO(statfs); variable
/kernel/uniproton/src/fs/
H A Dfs.c70 int statfs(const char *path, struct statfs *buf) in statfs() function
/third_party/ntfs-3g/include/fuse-lite/
H A Dfuse.h187 int (*statfs) (const char *, struct statvfs *); member
H A Dfuse_lowlevel.h614 void (*statfs) (fuse_req_t req, fuse_ino_t ino); member
/third_party/rust/crates/libc/src/unix/linux_like/android/b32/
H A Dmod.rs140 pub struct statfs { structure names
/kernel/linux/linux-5.10/fs/orangefs/
H A Ddowncall.h114 struct orangefs_statfs_response statfs; member
/kernel/linux/linux-6.6/fs/orangefs/
H A Ddowncall.h114 struct orangefs_statfs_response statfs; member
/third_party/NuttX/include/sys/
H A Dstatfs.h102 struct statfs struct
/third_party/toybox/lib/
H A Dportability.c502 char *fs_type_name(struct statfs *statfs) in fs_type_name() argument
/kernel/liteos_m/components/fs/vfs/
H A Dvfs_fs.c730 int statfs(const char *path, struct statfs *buf) in statfs() function
/third_party/libfuse/include/
H A Dfuse.h491 int (*statfs) (const char *, struct statvfs *); member

Completed in 17 milliseconds

12345