Searched refs:hfs (Results 1 - 22 of 22) sorted by relevance

/xnu-2422.115.4/bsd/hfs/
H A DMakefile14 hfs.h hfs_attrlist.h hfs_catalog.h hfs_cnode.h hfs_endian.h \
19 INSTALL_MI_DIR = hfs
23 EXPORT_MI_DIR = hfs
H A Dhfs_attrlist.h38 #include <hfs/hfs_catalog.h>
39 #include <hfs/hfs_cnode.h>
H A Dhfs.h64 #include <hfs/hfs_format.h>
65 #include <hfs/hfs_catalog.h>
66 #include <hfs/hfs_cnode.h>
67 #include <hfs/hfs_macos_defs.h>
68 #include <hfs/hfs_encodings.h>
69 #include <hfs/hfs_hotfiles.h>
79 #define VERSION_STRING "hfs-2 (4-12-99)"
176 u_int32_t hfs_encoding; /* Default encoding for non hfs+ volumes */
495 /* macro to determine if hfs or hfsplus */
H A Dhfs_catalog.h37 #include <hfs/hfs_format.h>
288 HFSCatalogKey hfs; member in union:CatalogKey
H A Dhfs_cnode.h43 #include <hfs/hfs_catalog.h>
44 #include <hfs/rangelist.h>
397 * 5. hfs mount point (always last)
H A Dhfs_quota.c81 #include <hfs/hfs.h>
82 #include <hfs/hfs_cnode.h>
83 #include <hfs/hfs_quota.h>
84 #include <hfs/hfs_mount.h>
H A Dhfs_cnode.c47 #include <hfs/hfs.h>
48 #include <hfs/hfs_catalog.h>
49 #include <hfs/hfs_cnode.h>
50 #include <hfs/hfs_quota.h>
51 #include <hfs/hfs_format.h>
1310 vfsp.vnfs_str = "hfs";
H A Dhfs_search.c57 #include "hfs.h"
589 myNodeID = theKeyPtr->hfs.parentID;
797 matched = ComparePartialPascalName(key->hfs.nodeName, (u_char*)searchInfo1->name);
799 matched = (FastRelString(key->hfs.nodeName, (u_char*)searchInfo1->name) == 0);
998 parentID = key->hfs.parentID;
1163 c_desc.cd_parentcnid = key->hfs.parentID;
H A Dhfs_catalog.c41 #include "hfs.h"
170 from hfs.h:
667 keyp->hfs.keyLength = kHFSCatalogKeyMinimumLength + keyp->hfs.nodeName[0];
693 promotekey(hfsmp, &keyp->hfs, pluskey, &encoding);
747 if (keyp->hfs.nodeName[0] == 0) {
752 keyp->hfs.keyLength = kHFSCatalogKeyMinimumLength + keyp->hfs.nodeName[0];
788 printf("hfs: cat_idlookup: Requested cnid (%d / %08x) != dcnid (%d / %08x)\n", cnid, cnid, dcnid, dcnid);
981 printf ("hfs
[all...]
H A Dhfs_hotfiles.c40 #include <hfs/hfs.h>
41 #include <hfs/hfs_endian.h>
42 #include <hfs/hfs_format.h>
43 #include <hfs/hfs_mount.h>
44 #include <hfs/hfs_hotfiles.h>
217 printf("hfs: Resume recording hot files on %s (%d secs left)\n",
243 printf("hfs: begin recording hot files on %s\n", hfsmp->vcbVN);
322 printf("hfs: end of hot file recording on %s\n", hfsmp->vcbVN);
332 printf("hfs
[all...]
H A Dhfs_format.h33 #include <hfs/hfs_unistr.h>
51 /* some on-disk hfs structures have 68K alignment (misaligned) */
108 #define FIRST_LINK_XATTR_NAME "com.apple.system.hfs.firstlink"
125 kHFSPlusCreator = 0x6866732B /* 'hfs+' */
H A Dhfs_encodinghint.c31 #include <hfs/hfs_macos_defs.h>
32 #include <hfs/hfs.h>
H A Dhfs_vfsops.c102 #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
[all...]
/xnu-2422.115.4/bsd/
H A DMakefile14 hfs \
38 hfs \
/xnu-2422.115.4/bsd/hfs/hfscommon/Catalog/
H A DCatalogUtilities.c201 key->hfs.keyLength = kHFSCatalogKeyMinimumLength; // initial key length (1 + 4 + 1)
202 key->hfs.reserved = 0; // clear unused byte
203 key->hfs.parentID = parentID; // set parent ID
204 key->hfs.nodeName[0] = 0; // null CName length
207 UpdateCatalogName(cName->pstr, key->hfs.nodeName);
208 key->hfs.keyLength += key->hfs.nodeName[0]; // add CName size to key length
245 key->hfs.keyLength = kHFSCatalogKeyMinimumLength; // initial key length (1 + 4 + 1)
246 key->hfs.reserved = 0; // clear unused byte
247 key->hfs
[all...]
H A DFileIDsServices.c514 extentKeyPtr->hfs.keyLength = kHFSExtentKeyMaximumLength;
515 extentKeyPtr->hfs.forkType = 0;
516 extentKeyPtr->hfs.fileID = srcFileID;
517 extentKeyPtr->hfs.startBlock = 0;
579 foundFileID = extentKeyPtr->hfs.fileID;
614 extentsBuffer[j].extentKey.hfs.fileID = destFileID; // change only the id in the key to dest ID
718 extentKeyPtr->hfs.keyLength = kHFSExtentKeyMaximumLength;
719 extentKeyPtr->hfs.forkType = forkType;
720 extentKeyPtr->hfs.fileID = fileID;
721 extentKeyPtr->hfs
[all...]
/xnu-2422.115.4/bsd/conf/
H A Dfiles112 OPTIONS/hfs optional hfs
405 #Some hfs files are standard due to exported KPI if HFS is not enabled
406 bsd/hfs/hfs_attrlist.c optional hfs
407 bsd/hfs/hfs_btreeio.c optional hfs
408 bsd/hfs/hfs_catalog.c optional hfs
409 bsd/hfs/hfs_chas
[all...]
/xnu-2422.115.4/bsd/hfs/hfscommon/headers/
H A DFileMgrInternal.h49 #include "../../hfs.h"
126 HFSExtentKey hfs; member in union:ExtentKey
133 HFSExtentDescriptor hfs; member in union:ExtentDescriptor
140 HFSExtentRecord hfs; member in union:ExtentRecord
/xnu-2422.115.4/bsd/kern/
H A Dkern_malloc.c100 #include <hfs/hfs_cnode.h>
H A Dkern_descrip.c121 #include <hfs/hfs.h>
/xnu-2422.115.4/bsd/vfs/
H A Dvfs_attrlist.c52 #include <hfs/hfs.h>
/xnu-2422.115.4/bsd/hfs/hfscommon/Misc/
H A DVolumeAllocation.c67 Adjusts the AllocLimit field in the hfs mount point. This is used when we need to prevent
173 #include "../../hfs.h"
190 * Use sysctl vfs.generic.hfs.kdebug.allocation to control which
198 SYSCTL_NODE(_vfs_generic, OID_AUTO, hfs, CTLFLAG_RW|CTLFLAG_LOCKED, 0, "HFS file system");
438 panic("hfs: %p: (%u,%u) unmapping allocated blocks", hfsmp, startingBlock, numBlocks);
1446 ; hfsmp -- Pointer to hfs mount
1542 panic("hfs: ReleaseBitmapBlock: missing bp");
2111 panic("hfs: BlockAllocateAny: allocation overflow on \"%s\"", vcb->vcbVN);
2192 printf ("hfs: BlockAllocateKnown() found allocation overflow on \"%s\"", vcb->vcbVN);
2341 panic("hfs
[all...]

Completed in 111 milliseconds