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

/xnu-2422.115.4/bsd/vfs/
H A Dvfs_journal.c161 static int end_transaction(transaction *tr, int force_it, errno_t (*callback)(void*), void *callback_arg, boolean_t drop_lock, boolean_t must_wait);
2223 * before flushing "cur_tr" synchronously("must_wait" == TRUE)
3667 end_transaction(transaction *tr, int force_it, errno_t (*callback)(void*), void *callback_arg, boolean_t drop_lock, boolean_t must_wait) argument
3712 KERNEL_DEBUG(0xbbbbc018|DBG_FUNC_START, jnl, tr, drop_lock, must_wait, 0);
3914 must_wait = TRUE;
3921 if (must_wait == TRUE)
4533 * specified the 'must_wait' arg as TRUE, it will then

Completed in 25 milliseconds