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

/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/
H A Dhfs_hotfiles.c218 hfsmp->vcbVN, SWAP_BE32 (hotfileinfo.timeleft));
243 printf("HFS: begin recording hot files on %s\n", hfsmp->vcbVN);
315 printf("HFS: end of hot file recording on %s\n", hfsmp->vcbVN);
453 printf("HFS: suspend hot file recording on %s\n", hfsmp->vcbVN);
558 printf("Error %d creating hot file b-tree on %s \n", error, hfsmp->vcbVN);
570 printf("Error %d opening hot file b-tree on %s \n", error, hfsmp->vcbVN);
583 printf("Evaluating space for \"%s\" metadata zone...\n", HFSTOVCB(hfsmp)->vcbVN);
1786 printf("HFS: error %d creating HFBT on %s\n", error, HFSTOVCB(hfsmp)->vcbVN);
1804 printf("HFS: created HFBT on %s\n", HFSTOVCB(hfsmp)->vcbVN);
1879 printf("HFS: error %d growing HFBT on %s\n", error, HFSTOVCB(hfsmp)->vcbVN);
[all...]
H A Dhfs_vfsops.c446 strlcpy((char *)vcb->vcbVN, (const char *)cp->c_desc.cd_nameptr, NAME_MAX+1);
817 bcopy(cndesc.cd_nameptr, vcb->vcbVN, min(255, cndesc.cd_namelen));
2927 namelen = strlen((char *)vcb->vcbVN);
2928 retval = utf8_to_hfs(vcb, namelen, vcb->vcbVN, mdb->drVN);
2931 retval = utf8_to_mac_roman(namelen, vcb->vcbVN, mdb->drVN);
3033 printf("HFS: err %d reading VH blk (%s)\n", retval, vcb->vcbVN);
3054 vcb->vcbVN, signature, hfsversion,
3057 printf("HFS: corrupt VH blk (%s)\n", vcb->vcbVN);
3364 printf("hfs_extendfs: growing %s by %d blocks\n", vcb->vcbVN, addblks);
3702 printf("hfs_truncatefs: couldn't reclaim space on %s\n", hfsmp->vcbVN);
[all...]
H A Dhfs.h193 u_int8_t vcbVN[256]; /* volume name in UTF-8 */ member in struct:hfsmount
H A Dhfs_vfsutils.c141 error = hfs_to_utf8(vcb, mdb->drVN, NAME_MAX, &utf8chars, vcb->vcbVN);
147 (void) mac_roman_to_utf8(mdb->drVN, NAME_MAX, &utf8chars, vcb->vcbVN);
589 bcopy(cndesc.cd_nameptr, vcb->vcbVN, min(255, cndesc.cd_namelen));
H A Dhfs_endian.c384 VTOVCB(vp)->vcbVN, vfs_statfs(vnode_mount(vp))->f_mntfromname);
H A Dhfs_catalog.c915 printf ("hfs: cat_create() failed to delete thread record on volume %s\n", hfsmp->vcbVN);
1343 printf ("hfs: cat_delete() failed to delete thread record on volume %s\n", hfsmp->vcbVN);
2083 printf("hfs: cat_createlink() failed to delete thread record on volume %s\n", hfsmp->vcbVN);
/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/hfscommon/Misc/
H A DVolumeAllocation.c868 panic("BlockAllocateAny: allocation overflow on \"%s\"", vcb->vcbVN);
960 printf ("hfs: BlockAllocateKnown() found allocation overflow on \"%s\"", vcb->vcbVN);
1188 printf ("hfs: BlockMarkFree() trying to free non-existent blocks starting at %u (numBlock=%u) on volume %s\n", startingBlock, numBlocks, vcb->vcbVN);
1334 printf ("hfs: BlockMarkFree() trying to free unallocated blocks on volume %s\n", vcb->vcbVN);
1667 vcb->vcbVN, startingBlock, endingBlock, currentBlock,
/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/hfscommon/BTree/
H A DBTree.c724 printf ("hfs: BTIterateRecord() found invalid btree node on volume %s\n", FCBTOVCB(filePtr)->vcbVN);
892 printf ("hfs: BTIterateRecord() found invalid btree node on volume %s\n", FCBTOVCB(filePtr)->vcbVN);
1032 printf ("hfs: BTIterateRecords() found invalid btree node on volume %s\n", FCBTOVCB(filePtr)->vcbVN);

Completed in 81 milliseconds