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

/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_subr.c5001 vnode_authorize_delete(vauth_ctx vcp, boolean_t cached_delete_child);
5003 vnode_authorize_delete(vauth_ctx vcp, boolean_t cached_delete_child) argument
5013 if (!cached_delete_child && VATTR_IS_NOT(dvap, va_acl, NULL)) {
5080 * enforce sticky bit behaviour; the cached_delete_child property will
5085 if (!cached_delete_child && (dvap->va_mode & S_ISTXT) && !vauth_file_owner(vcp) && !vauth_dir_owner(vcp)) {
5092 if (!cached_delete_child && (error = vnode_authorize_posix(vcp, VWRITE, 1 /* on_dir */)) != 0) {

Completed in 32 milliseconds