Home
last modified time | relevance | path

Searched refs:fo_chmod (Results 1 – 13 of 13) sorted by relevance

/f-stack/freebsd/sys/
H A Dfile.h143 fo_chmod_t *fo_chmod; member
321 static __inline fo_chmod_t fo_chmod; variable
388 fo_chmod(struct file *fp, mode_t mode, struct ucred *active_cred, in fo_chmod() function
392 return ((*fp->f_ops->fo_chmod)(fp, mode, active_cred, td)); in fo_chmod()
/f-stack/freebsd/kern/
H A Dsys_eventfd.c80 .fo_chmod = invfo_chmod,
H A Dsys_procdesc.c112 .fo_chmod = invfo_chmod,
H A Dtty_pts.c618 .fo_chmod = invfo_chmod,
H A Dsys_socket.c114 .fo_chmod = invfo_chmod,
H A Duipc_sem.c154 .fo_chmod = ksem_chmod,
H A Dsys_pipe.c169 .fo_chmod = pipe_chmod,
H A Duipc_shm.c160 .fo_chmod = shm_chmod,
H A Dkern_event.c142 .fo_chmod = invfo_chmod,
H A Duipc_mqueue.c2671 .fo_chmod = mqf_chmod,
H A Dvfs_vnops.c119 .fo_chmod = vn_chmod,
H A Dkern_descrip.c4981 .fo_chmod = badfo_chmod,
H A Dvfs_syscalls.c2907 error = fo_chmod(fp, uap->mode, td->td_ucred, td); in sys_fchmod()