Searched refs:cp_new_stat (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/ |
H A D | stat.c | 313 static int cp_new_stat(struct kstat *stat, struct stat __user *statbuf) in cp_new_stat() function 360 return cp_new_stat(&stat, statbuf); in SYSCALL_DEFINE2() 373 return cp_new_stat(&stat, statbuf); in SYSCALL_DEFINE2() 386 return cp_new_stat(&stat, statbuf); in SYSCALL_DEFINE4() 396 error = cp_new_stat(&stat, statbuf); in SYSCALL_DEFINE2()
|
/kernel/linux/linux-6.6/fs/ |
H A D | stat.c | 393 static int cp_new_stat(struct kstat *stat, struct stat __user *statbuf) in cp_new_stat() function 440 return cp_new_stat(&stat, statbuf); in SYSCALL_DEFINE2() 453 return cp_new_stat(&stat, statbuf); in SYSCALL_DEFINE2() 466 return cp_new_stat(&stat, statbuf); in SYSCALL_DEFINE4() 476 error = cp_new_stat(&stat, statbuf); in SYSCALL_DEFINE2()
|
Completed in 3 milliseconds