Home
last modified time | relevance | path

Searched refs:cp_new_stat64 (Results 1 – 1 of 1) sorted by relevance

/linux-4.19.296/fs/
Dstat.c437 static long cp_new_stat64(struct kstat *stat, struct stat64 __user *statbuf) in cp_new_stat64() function
479 error = cp_new_stat64(&stat, statbuf); in SYSCALL_DEFINE2()
491 error = cp_new_stat64(&stat, statbuf); in SYSCALL_DEFINE2()
502 error = cp_new_stat64(&stat, statbuf); in SYSCALL_DEFINE2()
516 return cp_new_stat64(&stat, statbuf); in SYSCALL_DEFINE4()