Home
last modified time | relevance | path

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

/freebsd/sys/compat/linux/
H A Dlinux_misc.c117 static int linux_utimensat_lts_to_ts(struct l_timespec *,
551 linux_utimensat_lts_to_ts(struct l_timespec *l_times, struct timespec *times) in linux_utimensat_lts_to_ts() function
622 error = linux_utimensat_lts_to_ts(&l_times[0], &times[0]); in linux_utimensat()
625 error = linux_utimensat_lts_to_ts(&l_times[1], &times[1]); in linux_utimensat()