Searched refs:cp_new_stat64 (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/ |
H A D | stat.c | 458 static long cp_new_stat64(struct kstat *stat, struct stat64 __user *statbuf) in cp_new_stat64() function 500 error = cp_new_stat64(&stat, statbuf); in SYSCALL_DEFINE2() 512 error = cp_new_stat64(&stat, statbuf); in SYSCALL_DEFINE2() 523 error = cp_new_stat64(&stat, statbuf); in SYSCALL_DEFINE2() 537 return cp_new_stat64(&stat, statbuf); in SYSCALL_DEFINE4()
|
/kernel/linux/linux-6.6/fs/ |
H A D | stat.c | 538 static long cp_new_stat64(struct kstat *stat, struct stat64 __user *statbuf) in cp_new_stat64() function 580 error = cp_new_stat64(&stat, statbuf); in SYSCALL_DEFINE2() 592 error = cp_new_stat64(&stat, statbuf); in SYSCALL_DEFINE2() 603 error = cp_new_stat64(&stat, statbuf); in SYSCALL_DEFINE2() 617 return cp_new_stat64(&stat, statbuf); in SYSCALL_DEFINE4()
|
Completed in 3 milliseconds