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

/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_syscalls.c5390 int restart_flag, oldvp_id = -1; local
5398 restart_flag = 0;
5475 error = rmdir_remove_orphaned_appleDouble(vp, ctx, &restart_flag);
5530 if (restart_flag == 0) {
5536 } while (restart_flag != 0);
H A Dvfs_subr.c6516 errno_t rmdir_remove_orphaned_appleDouble(vnode_t vp , vfs_context_t ctx, int * restart_flag) argument
6532 * restart_flag is set so that the calling rmdir sleeps and resets
6535 *restart_flag = 1;

Completed in 45 milliseconds