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

/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs.h804 extern int hfs_early_journal_init(struct hfsmount *hfsmp, HFSPlusVolumeHeader *vhp,
H A Dhfs_vfsutils.c2108 hfs_early_journal_init(struct hfsmount *hfsmp, HFSPlusVolumeHeader *vhp, function
H A Dhfs_vfsops.c1758 if ((retval = hfs_early_journal_init(hfsmp, vhp, args, embeddedOffset, mdb_offset, mdbp, cred)) == 0) {
1766 printf("hfs_mountfs: hfs_early_journal_init indicated external jnl \n");
1777 printf("hfs_mountfs: hfs_early_journal_init failed, setting to FSK \n");
1816 printf("hfs_mountfs: hfs_early_journal_init failed, erroring out \n");
1871 if (hfs_early_journal_init(hfsmp, vhp, args, embeddedOffset, mdb_offset, mdbp, cred) == 0) {
1879 printf("hfs_mountfs: hfs_early_journal_init (2) resetting.. \n");
1916 printf("hfs_mountfs: hfs_early_journal_init (2) failed \n");
2966 // we will have to do the same thing as hfs_early_journal_init()

Completed in 51 milliseconds