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

/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_vfsops.c6217 hfs_relocate_journal_file(struct hfsmount *hfsmp, u_int32_t jnl_size, int resize_type, vfs_context_t context) function
6258 printf("hfs_relocate_journal_file: hfs_start_transaction returned %d\n", error);
6267 printf("hfs_relocate_journal_file: BlockAllocate returned %d\n", error);
6271 printf("hfs_relocate_journal_file: newBlockCount != jnlBlockCount (%u, %u)\n", newBlockCount, jnlBlockCount);
6277 printf("hfs_relocate_journal_file: cat_idlookup returned %d\n", error);
6285 printf("hfs_relocate_journal_file: BlockDeallocate returned %d\n", error);
6297 printf("hfs_relocate_journal_file: cat_update returned %d\n", error);
6317 printf("hfs_relocate_journal_file: journal_relocate returned %d\n", error);
6321 printf ("hfs_relocate_journal_file: Successfully relocated journal from (%u,%u) to (%u,%u)\n", oldStartBlock, oldBlockCount, newStartBlock, newBlockCount);
6330 printf("hfs_relocate_journal_file
[all...]

Completed in 24 milliseconds