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

/xnu-2782.1.97/bsd/hfs/
H A Dhfs.h858 extern int hfs_early_journal_init(struct hfsmount *hfsmp, HFSPlusVolumeHeader *vhp,
H A Dhfs_vfsops.c1692 if ((retval = hfs_early_journal_init(hfsmp, vhp, args, embeddedOffset, mdb_offset, mdbp, cred)) == 0) {
1700 printf("hfs_mountfs: hfs_early_journal_init indicated external jnl \n");
1711 printf("hfs_mountfs: hfs_early_journal_init failed, setting to FSK \n");
1750 printf("hfs_mountfs: hfs_early_journal_init failed, erroring out \n");
1805 if (hfs_early_journal_init(hfsmp, vhp, args, embeddedOffset, mdb_offset, mdbp, cred) == 0) {
1813 printf("hfs_mountfs: hfs_early_journal_init (2) resetting.. \n");
1850 printf("hfs_mountfs: hfs_early_journal_init (2) failed \n");
2993 // we will have to do the same thing as hfs_early_journal_init()
H A Dhfs_vfsutils.c2470 hfs_early_journal_init(struct hfsmount *hfsmp, HFSPlusVolumeHeader *vhp, function

Completed in 49 milliseconds