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

/xnu-2782.1.97/bsd/vfs/
H A Dvfs_journal.h141 lck_mtx_t flock; // serializes flushing of journal
158 boolean_t flushing; member in struct:journal
189 int last_flush_err; // last error from flushing the cache
H A Dvfs_journal.c490 printf("jnl: %s: flushing fs disk buffer returned 0x%x\n", jnl->jdev_name, ret);
1794 jnl->flushing = FALSE;
2219 wait_condition(jnl, &jnl->flushing, "journal_close");
2240 * before flushing "cur_tr" synchronously("must_wait" == TRUE)
2248 wait_condition(jnl, &jnl->flushing, "journal_close");
2255 //printf("jnl: close: flushing the buffer cache (start 0x%llx end 0x%llx)\n", *start, *end);
2263 printf("jnl: %s: close: buffer flushing didn't seem to flush out all the transactions! (0x%llx - 0x%llx)\n",
2380 panic("jnl: check_free_space: buffer flushing isn't working "
2402 panic("jnl: check_free_space: tr starting @ 0x%llx not flushing (jnl %p).\n",
3641 * If the transaction we're flushing wa
[all...]

Completed in 46 milliseconds