Home
last modified time | relevance | path

Searched refs:invfo_chown (Results 1 – 8 of 8) sorted by relevance

/f-stack/freebsd/kern/
H A Dsys_eventfd.c81 .fo_chown = invfo_chown,
H A Dsys_procdesc.c113 .fo_chown = invfo_chown,
H A Dtty_pts.c619 .fo_chown = invfo_chown,
H A Dsys_socket.c115 .fo_chown = invfo_chown,
H A Dsys_pipe.c1576 error = invfo_chown(fp, uid, gid, active_cred, td); in pipe_chown()
H A Dkern_event.c143 .fo_chown = invfo_chown,
H A Dkern_descrip.c5035 invfo_chown(struct file *fp, uid_t uid, gid_t gid, struct ucred *active_cred, in invfo_chown() function
/f-stack/freebsd/sys/
H A Dfile.h263 fo_chown_t invfo_chown; variable