Searched refs:times (Results 1 – 7 of 7) sorted by relevance
/fs/ |
D | utimes.c | 27 SYSCALL_DEFINE2(utime, char __user *, filename, struct utimbuf __user *, times) in SYSCALL_DEFINE2() argument 31 if (times) { in SYSCALL_DEFINE2() 32 if (get_user(tv[0].tv_sec, ×->actime) || in SYSCALL_DEFINE2() 33 get_user(tv[1].tv_sec, ×->modtime)) in SYSCALL_DEFINE2() 38 return do_utimes(AT_FDCWD, filename, times ? tv : NULL, 0); in SYSCALL_DEFINE2() 51 static int utimes_common(struct path *path, struct timespec *times) in utimes_common() argument 61 if (times && times[0].tv_nsec == UTIME_NOW && in utimes_common() 62 times[1].tv_nsec == UTIME_NOW) in utimes_common() 63 times = NULL; in utimes_common() 66 if (times) { in utimes_common() [all …]
|
/fs/hostfs/ |
D | hostfs_user.c | 238 struct timeval times[2]; in set_attr() local 287 times[0].tv_sec = atime_ts.tv_sec; in set_attr() 288 times[0].tv_usec = atime_ts.tv_nsec / 1000; in set_attr() 289 times[1].tv_sec = mtime_ts.tv_sec; in set_attr() 290 times[1].tv_usec = mtime_ts.tv_nsec / 1000; in set_attr() 293 times[0].tv_sec = attrs->ia_atime.tv_sec; in set_attr() 294 times[0].tv_usec = attrs->ia_atime.tv_nsec / 1000; in set_attr() 297 times[1].tv_sec = attrs->ia_mtime.tv_sec; in set_attr() 298 times[1].tv_usec = attrs->ia_mtime.tv_nsec / 1000; in set_attr() 302 if (futimes(fd, times) != 0) in set_attr() [all …]
|
/fs/isofs/ |
D | rock.c | 405 iso_date(rr->u.TF.times[cnt++].time, in parse_rock_ridge_inode_internal() 411 iso_date(rr->u.TF.times[cnt++].time, in parse_rock_ridge_inode_internal() 417 iso_date(rr->u.TF.times[cnt++].time, in parse_rock_ridge_inode_internal() 423 iso_date(rr->u.TF.times[cnt++].time, in parse_rock_ridge_inode_internal()
|
D | rock.h | 73 struct stamp times[0]; /* Variable number of these beasts */ member
|
/fs/cifs/ |
D | CHANGES | 7 user's smb session. This fix allows cifs to mount multiple times to the 134 Fix mtime bouncing around from local idea of last write times to remote time. 386 improperly zeroed buffer in CIFS Unix extensions set times call.
|
/fs/befs/ |
D | ChangeLog | 164 can be called multiple times for each inode struct. [WD]
|
/fs/ntfs/ |
D | ChangeLog | 197 updating the times in the inode in ntfs_setattr(). 676 by the user, the system files will not have their access times 678 file level functions which cause the times to be updated are never
|