Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
utimes.c File Reference
#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)
 

Function Documentation

long do_utimes ( int  dfd,
const char __user filename,
struct timespec times,
int  flags 
)

Definition at line 129 of file utimes.c.

SYSCALL_DEFINE2 ( utimes  ,
char __user ,
filename  ,
struct timeval __user ,
utimes   
)

Definition at line 220 of file utimes.c.

SYSCALL_DEFINE3 ( futimesat  ,
int  ,
dfd  ,
const char __user ,
filename  ,
struct timeval __user ,
utimes   
)

Definition at line 192 of file utimes.c.

SYSCALL_DEFINE4 ( utimensat  ,
int  ,
dfd  ,
const char __user ,
filename  ,
struct timespec __user ,
utimes  ,
int  ,
flags   
)

Definition at line 174 of file utimes.c.