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