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