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

/macosx-10.9.5/xnu-2422.115.4/bsd/vfs/
H A Dvfs_syscalls.c6709 int restart_flag; local
6721 restart_flag = 0;
6820 error = rmdir_remove_orphaned_appleDouble(vp, ctx, &restart_flag);
6879 if (restart_flag == 0) {
6885 } while (restart_flag != 0);
H A Dvfs_subr.c7897 errno_t rmdir_remove_orphaned_appleDouble(vnode_t vp , vfs_context_t ctx, int * restart_flag) argument
7913 * restart_flag is set so that the calling rmdir sleeps and resets
7916 *restart_flag = 1;

Completed in 232 milliseconds