Home
last modified time | relevance | path

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

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/bits/
H A Dstatfs.h24 struct statfs struct
49 struct statfs64 argument
/OK3568_Linux_fs/kernel/arch/s390/include/uapi/asm/
H A Dstatfs.h21 struct statfs { struct
36 struct statfs64 { argument
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/asm-generic/
H A 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 …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/asm-generic/
H A 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 …]
/OK3568_Linux_fs/kernel/include/uapi/asm-generic/
H A 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 …]
/OK3568_Linux_fs/kernel/arch/mips/include/uapi/asm/
H A Dstatfs.h23 struct statfs { struct
46 struct statfs64 { argument
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/bits/
H A Dstatfs.h47 struct statfs struct
66 struct statfs64 argument
/OK3568_Linux_fs/kernel/fs/
H A Dstatfs.c192 SYSCALL_DEFINE2(statfs, const char __user *, pathname, struct statfs __user *, buf) in SYSCALL_DEFINE2() argument
302 COMPAT_SYSCALL_DEFINE2(statfs, const char __user *, pathname, struct compat_statfs __user *, buf) in COMPAT_SYSCALL_DEFINE2() argument
/OK3568_Linux_fs/kernel/fs/orangefs/
H A Ddowncall.h114 struct orangefs_statfs_response statfs; member
H A Dupcall.h242 struct orangefs_statfs_request_s statfs; member
/OK3568_Linux_fs/kernel/fs/overlayfs/
H A Dsuper.c887 struct kstatfs statfs; in ovl_check_namelen() local
/OK3568_Linux_fs/kernel/fs/nfsd/
H A Dnfs4xdr.c2708 struct kstatfs statfs; in nfsd4_encode_fattr() local
/OK3568_Linux_fs/u-boot/fs/ubifs/
H A Dubifs.h268 int (*statfs) (struct dentry *, struct kstatfs *); member
/OK3568_Linux_fs/kernel/include/linux/
H A Dfs.h2016 int (*statfs) (struct dentry *, struct kstatfs *); member
H A Dnfs_xdr.h1756 int (*statfs) (struct nfs_server *, struct nfs_fh *, member