Searched refs:end_transaction (Results 1 - 2 of 2) 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);
2222 * "end_transaction" will wait for any in-progress flush to complete
2225 end_transaction(tr, 1, NULL, NULL, FALSE, TRUE);
3653 * the journal during this end_transaction call; you probably want to set the
3667 end_transaction(transaction *tr, int force_it, errno_t (*callback)(void*), void *callback_arg, boolean_t drop_lock, boolean_t must_wait) function
3714 lock_condition(jnl, &jnl->flushing, "end_transaction");
3743 panic("jnl: end_transaction: async_trim already non-NULL!");
3773 panic("jnl: end_transaction: end is bogus 0x%llx (sz 0x%llx)\n",
3779 lock_condition(jnl, &jnl->writing_header, "end_transaction");
3901 * lock, or complete end_transaction asynchronousl
[all...]
/xnu-2422.115.4/bsd/hfs/
H A Dhfs_hotfiles.c473 goto end_transaction;
490 end_transaction:

Completed in 23 milliseconds