Searched refs:statx (Results 1 – 3 of 3) sorted by relevance
| /fs/hostfs/ |
| A D | hostfs_user.c | 21 static void statx_to_hostfs(const struct statx *buf, struct hostfs_stat *p) in statx_to_hostfs() 51 struct statx buf; in stat_file() 59 if ((statx(fd, path, flags, STATX_BASIC_STATS | STATX_BTIME, &buf)) < 0) in stat_file()
|
| /fs/ |
| A D | stat.c | 708 cp_statx(const struct kstat *stat, struct statx __user *buffer) in cp_statx() 710 struct statx tmp; in cp_statx() 753 unsigned int mask, struct statx __user *buffer) in do_statx() 777 struct statx __user *buffer) in do_statx_fd() 812 SYSCALL_DEFINE5(statx, in SYSCALL_DEFINE5() argument 815 struct statx __user *, buffer) in SYSCALL_DEFINE5()
|
| A D | internal.h | 254 unsigned int mask, struct statx __user *buffer); 256 struct statx __user *buffer);
|
Completed in 10 milliseconds