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

/xnu-2422.115.4/bsd/vfs/
H A Dvfs_journal.h363 int journal_relocate(journal *jnl, off_t offset, off_t journal_size, int32_t tbuffer_size,
H A Dvfs_journal.c3650 * journal_relocate so that the location of the journal can be changed and
4127 * written to the journal. This is used by journal_relocate so, for example,
4640 int journal_relocate(journal *jnl, off_t offset, off_t journal_size, int32_t tbuffer_size, function
4804 int journal_relocate(__unused journal *jnl, function
/xnu-2422.115.4/bsd/hfs/
H A Dhfs_vfsops.c6218 * This journal_relocate callback updates the journal info block to point
6386 error = journal_relocate(hfsmp->jnl, (off_t)newStartBlock*hfsmp->blockSize,
6390 /* NOTE: journal_relocate will mark the journal invalid. */
6391 printf("hfs_relocate_journal_file: journal_relocate returned %d\n", error);

Completed in 101 milliseconds