vfs_syscalls.c | 3952 return do_sys_utimes(l, NULL, SCARG(uap, path), FOLLOW, 3974 error = do_sys_utimes(l, fp->f_vnode, NULL, 0, SCARG(uap, tptr), 4013 return do_sys_utimes(l, NULL, SCARG(uap, path), NOFOLLOW, 4133 do_sys_utimes(struct lwp *l, struct vnode *vp, const char *path, int flag, function in typeref:typename:int
|