Lines Matching refs:hfs

102 #include <hfs/hfs_mount.h>
107 #include "hfs.h"
540 printf("hfs: could not release io count on root vnode with error: %d\n",
544 printf("hfs: could not get root vnode with error: %d\n",
669 /* Change the timezone (Note: this affects all hfs volumes and hfs+ volume create dates) */
697 /* Change the hfs encoding value (hfs only) */
915 vcb->localCreateDate = SWAP_BE32 (vhp->createDate); /* hfs+ create date is in local time */
1084 printf("hfs: syncer already running!");
1190 printf("hfs: could not initialize summary table for %s\n", hfsmp->vcbVN);
1268 printf("hfs: logical block size 0x%x looks bad. Not mounting.\n", log_blksize);
1289 printf("hfs: physical block size 0x%x looks bad. Not mounting.\n", phys_blksize);
1736 printf ("hfs(1): Journal replay fail. Writing lastMountVersion as FSK!\n");
1836 printf ("hfs(2): Journal replay fail. Writing lastMountVersion as FSK!\n");
1955 printf("hfs: failed to allocate syncer thread callback for %s (%s)\n",
1961 printf("hfs: mounted %s on device %s\n", (hfsmp->vcbVN ? (const char*) hfsmp->vcbVN : "unknown"),
2035 printf("hfs: unmount initiated on %s on device %s\n",
2678 return (ENOTSUP); /* hfs standard is not exportable */
2718 hfs_mutex_group = lck_grp_alloc_init("hfs-mutex", hfs_group_attr);
2719 hfs_rwlock_group = lck_grp_alloc_init("hfs-rwlock", hfs_group_attr);
2720 hfs_spinlock_group = lck_grp_alloc_init("hfs-spinlock", hfs_group_attr);
2760 if (strncmp(fstypename, "hfs", sizeof(fstypename)) != 0)
2884 printf("hfs: can't make a plain hfs volume journaled.\n");
2889 printf("hfs: volume @ mp %p is already journaled!\n", vnode_mount(vp));
2906 printf("hfs: volume has a btree w/non-contiguous nodes. can not enable journaling.\n");
2961 /* Initialize the local copy of the JIB (just like hfs.util) */
2992 printf("hfs: Initializing the journal (joffset 0x%llx sz 0x%llx)...\n",
3022 printf("hfs: FAILED to create the journal!\n");
3086 printf("hfs: cannot disable journaling on volumes with directory hardlinks\n");
3090 printf("hfs: disabling journaling for mount @ %p\n", vnode_mount(vp));
3746 printf("hfs: err %d reading VH blk (vol=%s)\n", retval, vcb->vcbVN);
3762 printf("hfs: corrupt VH on %s, sig 0x%04x, ver %d, blksize %d%s\n",
3773 printf("hfs: err %d reading alternate VH (%s)\n", retval, vcb->vcbVN);
3785 printf("hfs: corrupt alternate VH on %s, sig 0x%04x, ver %d, blksize %d\n",
7841 printf("hfs: Runtime corruption detected on %s, fsck will be forced on next mount.\n", hfsmp->vcbVN);
7899 * hfs vfs operations.