Searched refs:linux_common_utimensat (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/compat/linux/ |
H A D | linux_misc.c | 123 static int linux_common_utimensat(struct thread *, int, 576 linux_common_utimensat(struct thread *td, int ldfd, const char *pathname, in linux_common_utimensat() function 632 return (linux_common_utimensat(td, args->dfd, args->pathname, in linux_utimensat() 687 return (linux_common_utimensat(td, args->dfd, args->pathname, in linux_utimensat_time64()
|