Home
last modified time | relevance | path

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

/freebsd-14.2/sys/sys/
H A Dfile.h147 fo_chmod_t *fo_chmod; member
337 static __inline fo_chmod_t fo_chmod; variable
403 fo_chmod(struct file *fp, mode_t mode, struct ucred *active_cred, in fo_chmod() function
407 return ((*fp->f_ops->fo_chmod)(fp, mode, active_cred, td)); in fo_chmod()
/freebsd-14.2/sys/kern/
H A Dsys_eventfd.c76 .fo_chmod = invfo_chmod,
H A Dsys_procdesc.c111 .fo_chmod = invfo_chmod,
H A Dsys_timerfd.c371 .fo_chmod = invfo_chmod,
H A Dtty_pts.c609 .fo_chmod = invfo_chmod,
H A Dsys_socket.c110 .fo_chmod = invfo_chmod,
H A Duipc_sem.c152 .fo_chmod = ksem_chmod,
H A Dsys_pipe.c166 .fo_chmod = pipe_chmod,
H A Duipc_shm.c162 .fo_chmod = shm_chmod,
H A Dkern_descrip.c5279 .fo_chmod = badfo_chmod,
5310 .fo_chmod = badfo_chmod,
H A Dkern_event.c139 .fo_chmod = invfo_chmod,
H A Duipc_mqueue.c2660 .fo_chmod = mqf_chmod,
H A Dvfs_vnops.c120 .fo_chmod = vn_chmod,
H A Dvfs_syscalls.c2996 error = fo_chmod(fp, uap->mode, td->td_ucred, td); in sys_fchmod()
/freebsd-14.2/sys/fs/devfs/
H A Ddevfs_vnops.c2051 .fo_chmod = vn_chmod,
/freebsd-14.2/sys/compat/linuxkpi/common/src/
H A Dlinux_compat.c1752 .fo_chmod = invfo_chmod,