Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dfile.h159 fo_chmod_t *fo_chmod; member
356 static __inline fo_chmod_t fo_chmod; variable
422 fo_chmod(struct file *fp, mode_t mode, struct ucred *active_cred, in fo_chmod() function
426 return ((*fp->f_ops->fo_chmod)(fp, mode, active_cred, td)); in fo_chmod()
/freebsd/sys/kern/
H A Dsys_eventfd.c74 .fo_chmod = invfo_chmod,
H A Dkern_jaildesc.c66 .fo_chmod = invfo_chmod,
H A Dsys_procdesc.c109 .fo_chmod = invfo_chmod,
H A Dsys_timerfd.c380 .fo_chmod = invfo_chmod,
H A Dtty_pts.c610 .fo_chmod = invfo_chmod,
H A Dsys_socket.c110 .fo_chmod = soo_chmod,
H A Duipc_sem.c152 .fo_chmod = ksem_chmod,
H A Dvfs_inotify.c99 .fo_chmod = invfo_chmod,
H A Dsys_pipe.c165 .fo_chmod = pipe_chmod,
H A Duipc_shm.c163 .fo_chmod = shm_chmod,
H A Dkern_descrip.c5548 .fo_chmod = badfo_chmod,
5579 .fo_chmod = badfo_chmod,
H A Duipc_mqueue.c2694 .fo_chmod = mqf_chmod,
H A Dkern_event.c148 .fo_chmod = invfo_chmod,
H A Dvfs_vnops.c116 .fo_chmod = vn_chmod,
H A Dvfs_syscalls.c3088 error = fo_chmod(fp, uap->mode, td->td_ucred, td); in sys_fchmod()
/freebsd/sys/dev/ntsync/
H A Dntsync.c514 .fo_chmod = invfo_chmod,
822 .fo_chmod = invfo_chmod,
1111 .fo_chmod = invfo_chmod,
/freebsd/sys/fs/devfs/
H A Ddevfs_vnops.c2089 .fo_chmod = vn_chmod,
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_compat.c1813 .fo_chmod = invfo_chmod,