Lines Matching defs:int
19 int vfs_utimes(const struct path *path, struct timespec64 *times)
21 int error;
78 static int do_utimes_path(int dfd, const char __user *filename,
79 struct timespec64 *times, int flags)
82 int lookup_flags = 0, error;
107 static int do_utimes_fd(int fd, struct timespec64 *times, int flags)
110 int error;
138 long do_utimes(int dfd, const char __user *filename, struct timespec64 *times,
139 int flags)
146 SYSCALL_DEFINE4(utimensat, int, dfd, const char __user *, filename,
147 struct __kernel_timespec __user *, utimes, int, flags)
172 static long do_futimesat(int dfd, const char __user *filename,
201 SYSCALL_DEFINE3(futimesat, int, dfd, const char __user *, filename,
250 SYSCALL_DEFINE4(utimensat_time32, unsigned int, dfd, const char __user *, filename, struct old_timespec32 __user *, t, int, flags)
266 static long do_compat_futimesat(unsigned int dfd, const char __user *filename,
286 SYSCALL_DEFINE3(futimesat_time32, unsigned int, dfd,