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

/linux-master/arch/arm64/kernel/
H A Dsys32.c38 return kcompat_sys_statfs64(pathname, sz, buf);
/linux-master/fs/
H A Dstatfs.c348 int kcompat_sys_statfs64(const char __user * pathname, compat_size_t sz, struct compat_statfs64 __user * buf) function
364 return kcompat_sys_statfs64(pathname, sz, buf);
/linux-master/include/linux/
H A Dcompat.h926 int kcompat_sys_statfs64(const char __user * pathname, compat_size_t sz,

Completed in 105 milliseconds