Home
last modified time | relevance | path

Searched refs:times (Results 1 – 14 of 14) sorted by relevance

/linux-4.19.296/fs/
Dutimes.c24 SYSCALL_DEFINE2(utime, char __user *, filename, struct utimbuf __user *, times) in SYSCALL_DEFINE2() argument
28 if (times) { in SYSCALL_DEFINE2()
29 if (get_user(tv[0].tv_sec, &times->actime) || in SYSCALL_DEFINE2()
30 get_user(tv[1].tv_sec, &times->modtime)) in SYSCALL_DEFINE2()
35 return do_utimes(AT_FDCWD, filename, times ? tv : NULL, 0); in SYSCALL_DEFINE2()
48 static int utimes_common(const struct path *path, struct timespec64 *times) in utimes_common() argument
59 if (times && times[0].tv_nsec == UTIME_NOW && in utimes_common()
60 times[1].tv_nsec == UTIME_NOW) in utimes_common()
61 times = NULL; in utimes_common()
64 if (times) { in utimes_common()
[all …]
/linux-4.19.296/lib/
Dfault-inject.c21 int times; in setup_fault_attr() local
26 &interval, &probability, &space, &times) < 4) { in setup_fault_attr()
34 atomic_set(&attr->times, times); in setup_fault_attr()
49 atomic_read(&attr->times)); in fail_dump()
128 if (atomic_read(&attr->times) == 0) in should_fail()
151 if (atomic_read(&attr->times) != -1) in should_fail()
152 atomic_dec_not_zero(&attr->times); in should_fail()
217 if (!debugfs_create_atomic_t("times", mode, dir, &attr->times)) in fault_create_debugfs_attr()
DKconfig.debug176 DEBUG_INFO build and compile times are reduced too.
186 files instead of multiple times in object files and executables.
1343 list multiple times during each manipulation.
/linux-4.19.296/fs/hostfs/
Dhostfs_user.c197 struct timeval times[2]; in set_attr() local
244 times[0].tv_sec = st.atime.tv_sec; in set_attr()
245 times[0].tv_usec = st.atime.tv_nsec / 1000; in set_attr()
246 times[1].tv_sec = st.mtime.tv_sec; in set_attr()
247 times[1].tv_usec = st.mtime.tv_nsec / 1000; in set_attr()
250 times[0].tv_sec = attrs->ia_atime.tv_sec; in set_attr()
251 times[0].tv_usec = attrs->ia_atime.tv_nsec / 1000; in set_attr()
254 times[1].tv_sec = attrs->ia_mtime.tv_sec; in set_attr()
255 times[1].tv_usec = attrs->ia_mtime.tv_nsec / 1000; in set_attr()
259 if (futimes(fd, times) != 0) in set_attr()
[all …]
/linux-4.19.296/include/linux/
Dfault-inject.h19 atomic_t times; member
36 .times = ATOMIC_INIT(1), \
Dtime.h43 extern long do_utimes(int dfd, const char __user *filename, struct timespec64 *times, int flags);
Dsyscalls.h989 struct utimbuf __user *times);
/linux-4.19.296/include/linux/sched/
Dcputime.h63 void thread_group_cputime(struct task_struct *tsk, struct task_cputime *times);
64 void thread_group_cputimer(struct task_struct *tsk, struct task_cputime *times);
/linux-4.19.296/fs/isofs/
Drock.h74 struct stamp times[0]; /* Variable number of these beasts */ member
Drock.c425 iso_date(rr->u.TF.times[cnt++].time, in parse_rock_ridge_inode_internal()
431 iso_date(rr->u.TF.times[cnt++].time, in parse_rock_ridge_inode_internal()
437 iso_date(rr->u.TF.times[cnt++].time, in parse_rock_ridge_inode_internal()
443 iso_date(rr->u.TF.times[cnt++].time, in parse_rock_ridge_inode_internal()
/linux-4.19.296/drivers/char/
DKconfig190 time the orange button is pressed a number of times, the number of
191 times the button was pressed will be written to that device.
194 perform actions based on how many times the button is pressed in a
213 shutdown and reboot by pressing the orange button a number of times.
/linux-4.19.296/lib/zlib_deflate/
Ddeflate.c813 Call UPDATE_HASH() MIN_MATCH-3 more times in fill_window()
982 Call UPDATE_HASH() MIN_MATCH-3 more times in deflate_fast()
/linux-4.19.296/fs/befs/
DChangeLog164 can be called multiple times for each inode struct. [WD]
/linux-4.19.296/drivers/rtc/
DKconfig137 clock several times per second, please enable this option