Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dvnode.h1078 int vn_chown(struct file *fp, uid_t uid, gid_t gid, struct ucred *active_cred,
/f-stack/freebsd/kern/
H A Dvfs_vnops.c120 .fo_chown = vn_chown,
2322 vn_chown(struct file *fp, uid_t uid, gid_t gid, struct ucred *active_cred, in vn_chown() function
H A Dsys_pipe.c1574 error = vn_chown(fp, uid, gid, active_cred, td); in pipe_chown()