vfs_syscalls_50.c | 202 compat_50_do_sys_utimes(struct lwp *l, struct vnode *vp, const char *path, function in typeref:typename:int 233 return compat_50_do_sys_utimes(l, NULL, SCARG(uap, path), FOLLOW, 255 error = compat_50_do_sys_utimes(l, fp->f_vnode, NULL, 0, 274 return compat_50_do_sys_utimes(l, NULL, SCARG(uap, path), NOFOLLOW,
|