Searched refs:vn_chown (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/sys/ |
H A D | vnode.h | 1140 int vn_chown(struct file *fp, uid_t uid, gid_t gid, struct ucred *active_cred,
|
/freebsd/sys/kern/ |
H A D | sys_pipe.c | 1652 error = vn_chown(fp, uid, gid, active_cred, td); in pipe_chown()
|
H A D | vfs_vnops.c | 119 .fo_chown = vn_chown, 2531 vn_chown(struct file *fp, uid_t uid, gid_t gid, struct ucred *active_cred, in vn_chown() function
|
/freebsd/sys/fs/devfs/ |
H A D | devfs_vnops.c | 2050 .fo_chown = vn_chown,
|