Home
last modified time | relevance | path

Searched refs:cp_compat_stat (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/fs/
H A Dstat.c614 static int cp_compat_stat(struct kstat *stat, struct compat_stat __user *ubuf) in cp_compat_stat() function
658 return cp_compat_stat(&stat, statbuf); in COMPAT_SYSCALL_DEFINE2()
670 return cp_compat_stat(&stat, statbuf); in COMPAT_SYSCALL_DEFINE2()
684 return cp_compat_stat(&stat, statbuf); in COMPAT_SYSCALL_DEFINE4()
695 error = cp_compat_stat(&stat, statbuf); in COMPAT_SYSCALL_DEFINE2()
/kernel/linux/linux-6.6/fs/
H A Dstat.c710 static int cp_compat_stat(struct kstat *stat, struct compat_stat __user *ubuf) in cp_compat_stat() function
754 return cp_compat_stat(&stat, statbuf); in COMPAT_SYSCALL_DEFINE2()
766 return cp_compat_stat(&stat, statbuf); in COMPAT_SYSCALL_DEFINE2()
780 return cp_compat_stat(&stat, statbuf); in COMPAT_SYSCALL_DEFINE4()
791 error = cp_compat_stat(&stat, statbuf); in COMPAT_SYSCALL_DEFINE2()

Completed in 3 milliseconds