Lines Matching refs:hfs

98 #include <hfs/hfs_mount.h>
103 #include "hfs.h"
695 /* Change the timezone (Note: this affects all hfs volumes and hfs+ volume create dates) */
722 /* Change the hfs encoding value (hfs only) */
935 vcb->localCreateDate = SWAP_BE32 (vhp->createDate); /* hfs+ create date is in local time */
1059 tsleep((caddr_t)hfsmp, PRIBIO, "hfs-wait-for-io-to-drain", 10);
1063 printf("hfs: timed out waiting for io to drain (%lld)\n", (int64_t)hfsmp->hfs_mp->mnt_pending_write_size);
1334 printf("hfs: logical block size 0x%x looks bad. Not mounting.\n", log_blksize);
1355 printf("hfs: physical block size 0x%x looks bad. Not mounting.\n", phys_blksize);
1796 printf ("hfs(1): Journal replay fail. Writing lastMountVersion as FSK!\n");
1896 printf ("hfs(2): Journal replay fail. Writing lastMountVersion as FSK!\n");
2013 printf("hfs: failed to allocate syncer thread callback for %s (%s)\n",
2756 return (ENOTSUP); /* hfs standard is not exportable */
2791 hfs_mutex_group = lck_grp_alloc_init("hfs-mutex", hfs_group_attr);
2792 hfs_rwlock_group = lck_grp_alloc_init("hfs-rwlock", hfs_group_attr);
2793 hfs_spinlock_group = lck_grp_alloc_init("hfs-spinlock", hfs_group_attr);
2815 if (strncmp(fstypename, "hfs", sizeof(fstypename)) != 0)
2929 printf("hfs: can't make a plain hfs volume journaled.\n");
2934 printf("hfs: volume @ mp %p is already journaled!\n", vnode_mount(vp));
2943 printf("hfs: volume has a btree w/non-contiguous nodes. can not enable journaling.\n");
2958 printf("hfs: Initializing the journal (joffset 0x%llx sz 0x%llx)...\n",
2990 printf("hfs: FAILED to create the journal!\n");
3054 printf("hfs: cannot disable journaling on volumes with directory hardlinks\n");
3058 printf("hfs: disabling journaling for mount @ %p\n", vnode_mount(vp));
3683 printf("hfs: err %d reading VH blk (%s)\n", retval, vcb->vcbVN);
3699 printf("hfs: corrupt VH on %s, sig 0x%04x, ver %d, blksize %d%s\n",
3710 printf("hfs: err %d reading alternate VH (%s)\n", retval, vcb->vcbVN);
3722 printf("hfs: corrupt alternate VH on %s, sig 0x%04x, ver %d, blksize %d\n",
7703 printf("hfs: Runtime corruption detected on %s, fsck will be forced on next mount.\n", hfsmp->vcbVN);
7761 * hfs vfs operations.