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

/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_subr.c5490 boolean_t parent_authorized_for_delete_child = FALSE; local
5556 parent_authorized_for_delete_child = TRUE;
5603 if (dvp && parent_authorized_for_delete_child == FALSE) {
5659 parent_authorized_for_delete_child == FALSE &&
5673 * note that even if parent_authorized_for_delete_child is TRUE, we
5679 ((result = vnode_authorize_delete(vcp, parent_authorized_for_delete_child)) != 0))
5730 if ((rights & KAUTH_VNODE_DELETE) && parent_authorized_for_delete_child == FALSE) {

Completed in 34 milliseconds