Home
last modified time | relevance | path

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

/linux-4.19.296/fs/
Dstat.c293 static int cp_new_stat(struct kstat *stat, struct stat __user *statbuf) in cp_new_stat() function
340 return cp_new_stat(&stat, statbuf); in SYSCALL_DEFINE2()
353 return cp_new_stat(&stat, statbuf); in SYSCALL_DEFINE2()
366 return cp_new_stat(&stat, statbuf); in SYSCALL_DEFINE4()
376 error = cp_new_stat(&stat, statbuf); in SYSCALL_DEFINE2()