Lines Matching refs:vnode

84 		    struct vnode *vp, struct label *intlabel);
137 mac_vnode_init(struct vnode *vp) in mac_vnode_init()
191 mac_vnode_destroy(struct vnode *vp) in mac_vnode_destroy()
213 MAC_POLICY_EXTERNALIZE(vnode, label, elements, outbuf, outbuflen); in mac_vnode_externalize_label()
223 MAC_POLICY_INTERNALIZE(vnode, label, string); in mac_vnode_internalize_label()
229 mac_devfs_update(struct mount *mp, struct devfs_dirent *de, struct vnode *vp) in mac_devfs_update()
238 struct vnode *vp) in mac_devfs_vnode_associate()
246 mac_vnode_associate_extattr(struct mount *mp, struct vnode *vp) in mac_vnode_associate_extattr()
259 mac_vnode_associate_singlelabel(struct mount *mp, struct vnode *vp) in mac_vnode_associate_singlelabel()
277 struct vnode *dvp, struct vnode *vp, struct componentname *cnp) in mac_vnode_create_extattr()
310 mac_vnode_setlabel_extattr(struct ucred *cred, struct vnode *vp, in mac_vnode_setlabel_extattr()
344 struct vnode *vp, struct label *interpvplabel, struct image_params *imgp) in mac_vnode_execve_transition()
354 mac_vnode_execve_will_transition(struct ucred *old, struct vnode *vp, in mac_vnode_execve_will_transition()
373 mac_vnode_check_access_impl(struct ucred *cred, struct vnode *vp, accmode_t accmode) in mac_vnode_check_access_impl()
389 mac_vnode_check_chdir(struct ucred *cred, struct vnode *dvp) in mac_vnode_check_chdir()
405 mac_vnode_check_chroot(struct ucred *cred, struct vnode *dvp) in mac_vnode_check_chroot()
421 mac_vnode_check_create(struct ucred *cred, struct vnode *dvp, in mac_vnode_check_create()
439 mac_vnode_check_deleteacl(struct ucred *cred, struct vnode *vp, in mac_vnode_check_deleteacl()
456 mac_vnode_check_deleteextattr(struct ucred *cred, struct vnode *vp, in mac_vnode_check_deleteextattr()
475 mac_vnode_check_exec(struct ucred *cred, struct vnode *vp, in mac_vnode_check_exec()
493 mac_vnode_check_getacl(struct ucred *cred, struct vnode *vp, acl_type_t type) in mac_vnode_check_getacl()
509 mac_vnode_check_getextattr(struct ucred *cred, struct vnode *vp, in mac_vnode_check_getextattr()
528 mac_vnode_check_link(struct ucred *cred, struct vnode *dvp, in mac_vnode_check_link()
529 struct vnode *vp, struct componentname *cnp) in mac_vnode_check_link()
547 mac_vnode_check_listextattr(struct ucred *cred, struct vnode *vp, in mac_vnode_check_listextattr()
566 mac_vnode_check_lookup_impl(struct ucred *cred, struct vnode *dvp, in mac_vnode_check_lookup_impl()
585 mac_vnode_check_mmap_impl(struct ucred *cred, struct vnode *vp, int prot, in mac_vnode_check_mmap_impl()
599 mac_vnode_check_mmap_downgrade(struct ucred *cred, struct vnode *vp, in mac_vnode_check_mmap_downgrade()
616 mac_vnode_check_mprotect(struct ucred *cred, struct vnode *vp, int prot) in mac_vnode_check_mprotect()
632 mac_vnode_check_open_impl(struct ucred *cred, struct vnode *vp, accmode_t accmode) in mac_vnode_check_open_impl()
649 struct vnode *vp) in mac_vnode_check_poll()
668 struct vnode *vp) in mac_vnode_check_read_impl()
686 mac_vnode_check_readdir(struct ucred *cred, struct vnode *dvp) in mac_vnode_check_readdir()
702 mac_vnode_check_readlink_impl(struct ucred *cred, struct vnode *vp) in mac_vnode_check_readlink_impl()
718 mac_vnode_check_relabel(struct ucred *cred, struct vnode *vp, in mac_vnode_check_relabel()
735 mac_vnode_check_rename_from(struct ucred *cred, struct vnode *dvp, in mac_vnode_check_rename_from()
736 struct vnode *vp, struct componentname *cnp) in mac_vnode_check_rename_from()
754 mac_vnode_check_rename_to(struct ucred *cred, struct vnode *dvp, in mac_vnode_check_rename_to()
755 struct vnode *vp, int samedir, struct componentname *cnp) in mac_vnode_check_rename_to()
772 mac_vnode_check_revoke(struct ucred *cred, struct vnode *vp) in mac_vnode_check_revoke()
788 mac_vnode_check_setacl(struct ucred *cred, struct vnode *vp, acl_type_t type, in mac_vnode_check_setacl()
805 mac_vnode_check_setextattr(struct ucred *cred, struct vnode *vp, in mac_vnode_check_setextattr()
824 mac_vnode_check_setflags(struct ucred *cred, struct vnode *vp, u_long flags) in mac_vnode_check_setflags()
840 mac_vnode_check_setmode(struct ucred *cred, struct vnode *vp, mode_t mode) in mac_vnode_check_setmode()
856 mac_vnode_check_setowner(struct ucred *cred, struct vnode *vp, uid_t uid, in mac_vnode_check_setowner()
873 mac_vnode_check_setutimes(struct ucred *cred, struct vnode *vp, in mac_vnode_check_setutimes()
893 struct vnode *vp) in mac_vnode_check_stat_impl()
911 mac_vnode_check_unlink(struct ucred *cred, struct vnode *dvp, in mac_vnode_check_unlink()
912 struct vnode *vp, struct componentname *cnp) in mac_vnode_check_unlink()
931 struct vnode *vp) in mac_vnode_check_write_impl()
946 mac_vnode_relabel(struct ucred *cred, struct vnode *vp, in mac_vnode_relabel()
1009 struct vnode *vp = ap->a_vp; in vop_stdsetlabel_ea()
1032 vn_setlabel(struct vnode *vp, struct label *intlabel, struct ucred *cred) in vn_setlabel()
1083 mac_vnode_assert_locked(struct vnode *vp, const char *func) in mac_vnode_assert_locked()