Searched refs:compat_statfs (Results 1 – 6 of 6) sorted by relevance
/linux/arch/arm64/include/asm/ |
H A D | compat.h | 18 #define compat_statfs compat_statfs macro 71 struct compat_statfs { struct
|
/linux/arch/x86/include/asm/ |
H A D | compat.h | 28 #define compat_statfs compat_statfs macro 63 struct compat_statfs { struct
|
/linux/arch/s390/include/asm/ |
H A D | compat.h | 26 #define compat_statfs compat_statfs macro 88 struct compat_statfs { struct
|
/linux/arch/mips/include/asm/ |
H A D | compat.h | 20 #define compat_statfs compat_statfs macro 61 struct compat_statfs { struct
|
/linux/fs/ |
H A D | statfs.c | 265 static int put_compat_statfs(struct compat_statfs __user *ubuf, struct kstatfs *kbuf) in put_compat_statfs() 267 struct compat_statfs buf; in put_compat_statfs() 281 memset(&buf, 0, sizeof(struct compat_statfs)); in put_compat_statfs() 294 if (copy_to_user(ubuf, &buf, sizeof(struct compat_statfs))) in put_compat_statfs() 303 COMPAT_SYSCALL_DEFINE2(statfs, const char __user *, pathname, struct compat_statfs __user *, buf) in COMPAT_SYSCALL_DEFINE2() 312 COMPAT_SYSCALL_DEFINE2(fstatfs, unsigned int, fd, struct compat_statfs __user *, buf) in COMPAT_SYSCALL_DEFINE2()
|
/linux/include/asm-generic/ |
H A D | compat.h | 91 #ifndef compat_statfs 92 struct compat_statfs { struct
|