Searched refs:parent_authorized_for_delete_child (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/xnu-2782.1.97/bsd/vfs/
H A Dvfs_subr.c7008 boolean_t parent_authorized_for_delete_child = FALSE; local
7074 parent_authorized_for_delete_child = TRUE;
7177 parent_authorized_for_delete_child == FALSE &&
7191 * note that even if parent_authorized_for_delete_child is TRUE, we
7197 ((result = vnode_authorize_delete(vcp, parent_authorized_for_delete_child)) != 0))
7248 if ((rights & KAUTH_VNODE_DELETE) && parent_authorized_for_delete_child == FALSE) {

Completed in 74 milliseconds