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

/macosx-10.10/xnu-2782.1.97/bsd/vfs/
H A Dvfs_journal.h365 int journal_relocate(journal *jnl, off_t offset, off_t journal_size, int32_t tbuffer_size,
H A Dvfs_journal.c3710 * journal_relocate so that the location of the journal can be changed and
4199 * written to the journal. This is used by journal_relocate so, for example,
4711 int journal_relocate(journal *jnl, off_t offset, off_t journal_size, int32_t tbuffer_size, function
4875 int journal_relocate(__unused journal *jnl, function
/macosx-10.10/xnu-2782.1.97/bsd/hfs/
H A Dhfs_resize.c2286 * This journal_relocate callback updates the journal info block to point
2454 error = journal_relocate(hfsmp->jnl, (off_t)newStartBlock*hfsmp->blockSize,
2458 /* NOTE: journal_relocate will mark the journal invalid. */
2459 printf("hfs_relocate_journal_file: journal_relocate returned %d\n", error);

Completed in 154 milliseconds