Searched refs:linux_common_utimensat (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13-stable/sys/compat/linux/ |
| HD | linux_misc.c | 122 static int linux_common_utimensat(struct thread *, int, 560 linux_common_utimensat(struct thread *td, int ldfd, const char *pathname, in linux_common_utimensat() function 630 return (linux_common_utimensat(td, args->dfd, args->pathname, in linux_utimensat() 685 return (linux_common_utimensat(td, args->dfd, args->pathname, in linux_utimensat_time64()
|