Lines Matching refs:file_cred
243 struct ucred *file_cred, struct ksem *ks);
246 struct ucred *file_cred, struct ksem *ks);
252 struct ucred *file_cred, struct ksem *ks);
255 struct ucred *file_cred, struct ksem *ks);
266 struct ucred *file_cred, struct shmfd *shmfd);
272 struct ucred *file_cred, struct shmfd *shmfd);
274 struct ucred *file_cred, struct shmfd *shmfd);
277 struct ucred *file_cred, struct shmfd *shmfd);
529 struct ucred *file_cred, struct vnode *vp);
533 mac_vnode_check_poll(struct ucred *active_cred, struct ucred *file_cred, in mac_vnode_check_poll() argument
580 struct ucred *file_cred, struct vnode *vp);
588 mac_vnode_check_stat(struct ucred *active_cred, struct ucred *file_cred, in mac_vnode_check_stat() argument
594 return (mac_vnode_check_stat_impl(active_cred, file_cred, vp)); in mac_vnode_check_stat()
599 struct ucred *file_cred, struct vnode *vp);
607 mac_vnode_check_read(struct ucred *active_cred, struct ucred *file_cred, in mac_vnode_check_read() argument
613 return (mac_vnode_check_read_impl(active_cred, file_cred, vp)); in mac_vnode_check_read()
618 struct ucred *file_cred, struct vnode *vp);
626 mac_vnode_check_write(struct ucred *active_cred, struct ucred *file_cred, in mac_vnode_check_write() argument
632 return (mac_vnode_check_write_impl(active_cred, file_cred, vp)); in mac_vnode_check_write()