Lines Matching refs:vnode

86 		    struct vnode *vp, struct label *intlabel);
139 mac_vnode_init(struct vnode *vp) in mac_vnode_init()
193 mac_vnode_destroy(struct vnode *vp) in mac_vnode_destroy()
215 MAC_POLICY_EXTERNALIZE(vnode, label, elements, outbuf, outbuflen); in mac_vnode_externalize_label()
225 MAC_POLICY_INTERNALIZE(vnode, label, string); in mac_vnode_internalize_label()
231 mac_devfs_update(struct mount *mp, struct devfs_dirent *de, struct vnode *vp) in mac_devfs_update()
240 struct vnode *vp) in mac_devfs_vnode_associate()
248 mac_vnode_associate_extattr(struct mount *mp, struct vnode *vp) in mac_vnode_associate_extattr()
261 mac_vnode_associate_singlelabel(struct mount *mp, struct vnode *vp) in mac_vnode_associate_singlelabel()
279 struct vnode *dvp, struct vnode *vp, struct componentname *cnp) in mac_vnode_create_extattr()
312 mac_vnode_setlabel_extattr(struct ucred *cred, struct vnode *vp, in mac_vnode_setlabel_extattr()
346 struct vnode *vp, struct label *interpvplabel, struct image_params *imgp) in mac_vnode_execve_transition()
356 mac_vnode_execve_will_transition(struct ucred *old, struct vnode *vp, in mac_vnode_execve_will_transition()
375 mac_vnode_check_access(struct ucred *cred, struct vnode *vp, accmode_t accmode) in mac_vnode_check_access()
391 mac_vnode_check_chdir(struct ucred *cred, struct vnode *dvp) in mac_vnode_check_chdir()
407 mac_vnode_check_chroot(struct ucred *cred, struct vnode *dvp) in mac_vnode_check_chroot()
423 mac_vnode_check_create(struct ucred *cred, struct vnode *dvp, in mac_vnode_check_create()
441 mac_vnode_check_deleteacl(struct ucred *cred, struct vnode *vp, in mac_vnode_check_deleteacl()
458 mac_vnode_check_deleteextattr(struct ucred *cred, struct vnode *vp, in mac_vnode_check_deleteextattr()
477 mac_vnode_check_exec(struct ucred *cred, struct vnode *vp, in mac_vnode_check_exec()
495 mac_vnode_check_getacl(struct ucred *cred, struct vnode *vp, acl_type_t type) in mac_vnode_check_getacl()
511 mac_vnode_check_getextattr(struct ucred *cred, struct vnode *vp, in mac_vnode_check_getextattr()
530 mac_vnode_check_link(struct ucred *cred, struct vnode *dvp, in mac_vnode_check_link()
531 struct vnode *vp, struct componentname *cnp) in mac_vnode_check_link()
549 mac_vnode_check_listextattr(struct ucred *cred, struct vnode *vp, in mac_vnode_check_listextattr()
568 mac_vnode_check_lookup(struct ucred *cred, struct vnode *dvp, in mac_vnode_check_lookup()
585 mac_vnode_check_mmap(struct ucred *cred, struct vnode *vp, int prot, in mac_vnode_check_mmap()
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(struct ucred *cred, struct vnode *vp, accmode_t accmode) in mac_vnode_check_open()
649 struct vnode *vp) in mac_vnode_check_poll()
668 struct vnode *vp) in mac_vnode_check_read()
686 mac_vnode_check_readdir(struct ucred *cred, struct vnode *dvp) in mac_vnode_check_readdir()
702 mac_vnode_check_readlink(struct ucred *cred, struct vnode *vp) in mac_vnode_check_readlink()
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()
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()
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()
1028 vn_setlabel(struct vnode *vp, struct label *intlabel, struct ucred *cred) in vn_setlabel()