Searched refs:setutimes (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/kern/ |
H A D | vfs_syscalls.c | 99 static int setutimes(struct thread *td, struct vnode *, 3251 setutimes(struct thread *td, struct vnode *vp, const struct timespec *ts, in setutimes() function 3337 error = setutimes(td, nd.ni_vp, ts, 2, tptr == NULL); in kern_utimesat() 3373 error = setutimes(td, nd.ni_vp, ts, 2, tptr == NULL); in kern_lutimes() 3416 error = setutimes(td, fp->f_vnode, ts, 2, tptr == NULL); in kern_futimes() 3452 error = setutimes(td, fp->f_vnode, ts, 2, flags & UTIMENS_NULL); in kern_futimens() 3493 error = setutimes(td, nd.ni_vp, ts, 2, flags & UTIMENS_NULL); in kern_utimensat()
|