Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dvfs_syscalls.c102 static int setutimes(struct thread *td, struct vnode *,
3124 setutimes(struct thread *td, struct vnode *vp, const struct timespec *ts, in setutimes() function
3206 error = setutimes(td, nd.ni_vp, ts, 2, tptr == NULL); in kern_utimesat()
3242 error = setutimes(td, nd.ni_vp, ts, 2, tptr == NULL); in kern_lutimes()
3283 error = setutimes(td, fp->f_vnode, ts, 2, tptr == NULL); in kern_futimes()
3317 error = setutimes(td, fp->f_vnode, ts, 2, flags & UTIMENS_NULL); in kern_futimens()
3357 error = setutimes(td, nd.ni_vp, ts, 2, flags & UTIMENS_NULL); in kern_utimensat()