Home
last modified time | relevance | path

Searched refs:kcompat_sys_statfs64 (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/arch/arm64/kernel/
H A Dsys32.c38 return kcompat_sys_statfs64(pathname, sz, buf); in COMPAT_SYSCALL_DEFINE3()
/kernel/linux/linux-6.6/arch/arm64/kernel/
H A Dsys32.c38 return kcompat_sys_statfs64(pathname, sz, buf); in COMPAT_SYSCALL_DEFINE3()
/kernel/linux/linux-5.10/fs/
H A Dstatfs.c345 int kcompat_sys_statfs64(const char __user * pathname, compat_size_t sz, struct compat_statfs64 __user * buf) in kcompat_sys_statfs64() function
361 return kcompat_sys_statfs64(pathname, sz, buf); in COMPAT_SYSCALL_DEFINE3()
/kernel/linux/linux-6.6/fs/
H A Dstatfs.c348 int kcompat_sys_statfs64(const char __user * pathname, compat_size_t sz, struct compat_statfs64 __user * buf) in kcompat_sys_statfs64() function
364 return kcompat_sys_statfs64(pathname, sz, buf); in COMPAT_SYSCALL_DEFINE3()
/kernel/linux/linux-5.10/include/linux/
H A Dcompat.h893 int kcompat_sys_statfs64(const char __user * pathname, compat_size_t sz,
/kernel/linux/linux-6.6/include/linux/
H A Dcompat.h927 int kcompat_sys_statfs64(const char __user * pathname, compat_size_t sz,

Completed in 5 milliseconds