Home
last modified time | relevance | path

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

/freebsd-head/sys/kern/
HDvfs_syscalls.c99 static int setutimes(struct thread *td, struct vnode *,
3290 setutimes(struct thread *td, struct vnode *vp, const struct timespec *ts, in setutimes() function
3376 error = setutimes(td, nd.ni_vp, ts, 2, tptr == NULL); in kern_utimesat()
3412 error = setutimes(td, nd.ni_vp, ts, 2, tptr == NULL); in kern_lutimes()
3455 error = setutimes(td, fp->f_vnode, ts, 2, tptr == NULL); in kern_futimes()
3491 error = setutimes(td, fp->f_vnode, ts, 2, flags & UTIMENS_NULL); in kern_futimens()
3532 error = setutimes(td, nd.ni_vp, ts, 2, flags & UTIMENS_NULL); in kern_utimensat()