Home
last modified time | relevance | path

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

12

/kernel/liteos_m/kal/libc/newlib/porting/include/sys/
Dstatfs.h45 struct statfs { struct
53 int statfs(const char *, struct statfs *); argument
/kernel/linux/linux-6.6/arch/s390/include/uapi/asm/
Dstatfs.h21 struct statfs { struct
36 struct statfs64 { argument
/kernel/linux/linux-5.10/arch/s390/include/uapi/asm/
Dstatfs.h21 struct statfs { struct
36 struct statfs64 { argument
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-generic/
Dstatfs.h29 struct statfs { struct
30 __statfs_word f_type; argument
31 __statfs_word f_bsize; argument
32 __statfs_word f_blocks; argument
33 __statfs_word f_bfree; argument
34 __statfs_word f_bavail; argument
35 __statfs_word f_files; argument
36 __statfs_word f_ffree; argument
38 __statfs_word f_namelen; argument
39 __statfs_word f_frsize; argument
[all …]
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/asm-generic/
Dstatfs.h16 struct statfs { struct
17 __statfs_word f_type; argument
18 __statfs_word f_bsize; argument
19 __statfs_word f_blocks; argument
20 __statfs_word f_bfree; argument
21 __statfs_word f_bavail; argument
22 __statfs_word f_files; argument
23 __statfs_word f_ffree; argument
25 __statfs_word f_namelen; argument
26 __statfs_word f_frsize; argument
[all …]
/kernel/linux/linux-6.6/include/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 …]
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-generic/
Dstatfs.h29 struct statfs { struct
30 __statfs_word f_type; argument
31 __statfs_word f_bsize; argument
32 __statfs_word f_blocks; argument
33 __statfs_word f_bfree; argument
34 __statfs_word f_bavail; argument
35 __statfs_word f_files; argument
36 __statfs_word f_ffree; argument
38 __statfs_word f_namelen; argument
39 __statfs_word f_frsize; argument
[all …]
/kernel/linux/linux-5.10/include/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 …]
/kernel/linux/linux-5.10/arch/mips/include/uapi/asm/
Dstatfs.h23 struct statfs { struct
46 struct statfs64 { argument
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-mips/asm/
Dstatfs.h23 struct statfs { struct
39 struct statfs64 { argument
/kernel/linux/linux-6.6/arch/mips/include/uapi/asm/
Dstatfs.h23 struct statfs { struct
46 struct statfs64 { argument
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-mips/asm/
Dstatfs.h23 struct statfs { struct
39 struct statfs64 { argument
/kernel/uniproton/src/fs/vfs/
Dvfs_mount.h29 S32 (*statfs)(const char *path, struct statfs *buf); member
/kernel/liteos_m/components/fs/vfs/
Dvfs_mount.h51 int (*statfs)(const char *path, struct statfs *buf); member
Dvfs_fs.c730 int statfs(const char *path, struct statfs *buf) in statfs() function
/kernel/linux/linux-6.6/fs/
Dstatfs.c192 SYSCALL_DEFINE2(statfs, const char __user *, pathname, struct statfs __user *, buf) in SYSCALL_DEFINE2() argument
305 COMPAT_SYSCALL_DEFINE2(statfs, const char __user *, pathname, struct compat_statfs __user *, buf) in COMPAT_SYSCALL_DEFINE2() argument
/kernel/linux/linux-5.10/fs/
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
/kernel/linux/linux-6.6/fs/orangefs/
Ddowncall.h114 struct orangefs_statfs_response statfs; member
Dupcall.h242 struct orangefs_statfs_request_s statfs; member
/kernel/uniproton/src/fs/
Dfs.c70 int statfs(const char *path, struct statfs *buf) in statfs() function
/kernel/linux/linux-5.10/fs/orangefs/
Ddowncall.h114 struct orangefs_statfs_response statfs; member
Dupcall.h242 struct orangefs_statfs_request_s statfs; member
/kernel/linux/linux-6.6/fs/overlayfs/
Dsuper.c374 struct kstatfs statfs; in ovl_check_namelen() local
/kernel/linux/linux-5.10/fs/overlayfs/
Dsuper.c870 struct kstatfs statfs; in ovl_check_namelen() local
/kernel/linux/linux-5.10/fs/nfsd/
Dnfs4xdr.c2708 struct kstatfs statfs; in nfsd4_encode_fattr() local

12