Home
last modified time | relevance | path

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

/fs/
Dstat.c458 static long cp_new_stat64(struct kstat *stat, struct stat64 __user *statbuf) in cp_new_stat64()
460 struct stat64 tmp; in cp_new_stat64()
493 SYSCALL_DEFINE2(stat64, const char __user *, filename, in SYSCALL_DEFINE2() argument
494 struct stat64 __user *, statbuf) in SYSCALL_DEFINE2()
506 struct stat64 __user *, statbuf) in SYSCALL_DEFINE2()
517 SYSCALL_DEFINE2(fstat64, unsigned long, fd, struct stat64 __user *, statbuf) in SYSCALL_DEFINE2()
529 struct stat64 __user *, statbuf, int, flag) in SYSCALL_DEFINE4()
/fs/hostfs/
Dhostfs_user.c21 static void stat64_to_hostfs(const struct stat64 *buf, struct hostfs_stat *p) in stat64_to_hostfs()
43 struct stat64 buf; in stat_file()