Searched refs:setfown (Results 1 – 1 of 1) sorted by relevance
| /dragonfly/sys/kern/ |
| HD | vfs_syscalls.c | 90 static int setfown (struct mount *, struct vnode *, uid_t, gid_t); 3518 setfown(struct mount *mp, struct vnode *vp, uid_t uid, gid_t gid) in setfown() function 3568 error = setfown(nd->nl_nch.mount, vp, uid, gid); in kern_chown() 3627 error = setfown(p->p_fd->fd_ncdir.mount, in sys_fchown()
|