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

/macosx-10.10.1/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...]
/macosx-10.10.1/CPANInternal-159.1/Log-Log4perl-1.40/lib/Log/Log4perl/Appender/
H A DFile.pm313 C<autoflush>, if set to a true value, triggers flushing the data
/macosx-10.10.1/BerkeleyDB-21/db/perl/DB_File/
H A DDB_File.pm1957 data held in the initial buffer. Process "A" terminates, flushing

Completed in 115 milliseconds