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

/macosx-10.9.5/removefile-33/
H A Dremovefile_tree_walker.c47 int recursive = state->unlink_flags & REMOVEFILE_RECURSIVE;
48 int keep_parent = state->unlink_flags & REMOVEFILE_KEEP_PARENT;
49 int secure = state->unlink_flags & (REMOVEFILE_SECURE_7_PASS | REMOVEFILE_SECURE_35_PASS | REMOVEFILE_SECURE_1_PASS | REMOVEFILE_SECURE_3_PASS | REMOVEFILE_SECURE_1_PASS_ZERO);
204 !(state->unlink_flags & REMOVEFILE_RECURSIVE))
H A Dremovefile_priv.h46 int unlink_flags; member in struct:_removefile_state
H A Dremovefile_sunlink.c197 if ((state->unlink_flags & (REMOVEFILE_SECURE_7_PASS | REMOVEFILE_SECURE_35_PASS | REMOVEFILE_SECURE_3_PASS)) != 0)
241 if (state->unlink_flags & REMOVEFILE_SECURE_35_PASS) {
272 } else if (state->unlink_flags & REMOVEFILE_SECURE_7_PASS) {
281 } else if (state->unlink_flags & REMOVEFILE_SECURE_3_PASS) {
285 } else if (state->unlink_flags & REMOVEFILE_SECURE_1_PASS) {
287 } else if (state->unlink_flags & REMOVEFILE_SECURE_1_PASS_ZERO) {
H A Dremovefile.c107 state->unlink_flags = flags;
/macosx-10.9.5/xnu-2422.115.4/bsd/vfs/
H A Dvfs_syscalls.c4004 unlink1(vfs_context_t ctx, struct nameidata *ndp, int unlink_flags) argument
4041 if (unlink_flags & VNODE_REMOVE_NODELETEBUSY) {
4046 if (unlink_flags & VNODE_REMOVE_SKIP_NAMESPACE_EVENT) {

Completed in 181 milliseconds