|
Linux Kernel
3.7.1
|
#include <linux/compiler.h>#include <linux/file.h>#include <linux/fs.h>#include <linux/linkage.h>#include <linux/mount.h>#include <linux/namei.h>#include <linux/sched.h>#include <linux/stat.h>#include <linux/utime.h>#include <linux/syscalls.h>#include <asm/uaccess.h>#include <asm/unistd.h>Go to the source code of this file.
Functions | |
| long | do_utimes (int dfd, const char __user *filename, struct timespec *times, int flags) |
| SYSCALL_DEFINE4 (utimensat, int, dfd, const char __user *, filename, struct timespec __user *, utimes, int, flags) | |
| SYSCALL_DEFINE3 (futimesat, int, dfd, const char __user *, filename, struct timeval __user *, utimes) | |
| SYSCALL_DEFINE2 (utimes, char __user *, filename, struct timeval __user *, utimes) | |
1.8.2