Searched refs:mac_vnode_copy_label (Results 1 – 4 of 4) sorted by relevance
267 mac_vnode_copy_label(vp->v_label, intlabel); in sys___mac_get_fd()352 mac_vnode_copy_label(nd.ni_vp->v_label, intlabel); in sys___mac_get_file()403 mac_vnode_copy_label(nd.ni_vp->v_label, intlabel); in sys___mac_get_link()
191 mac_vnode_copy_label(interpvp->v_label, *interpvplabel); in mac_execve_interpreter_enter()
433 void mac_vnode_copy_label(struct label *, struct label *);
203 mac_vnode_copy_label(struct label *src, struct label *dest) in mac_vnode_copy_label() function