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

/darwin-on-arm/xnu/bsd/hfs/
H A DMakefile26 hfs.h hfs_attrlist.h hfs_catalog.h hfs_cnode.h hfs_endian.h \
31 INSTALL_MI_DIR = hfs
35 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>
72 #include <hfs/hfscommon/headers/HybridAllocator.h>
83 #define VERSION_STRING "hfs-2 (4-12-99)"
179 u_int32_t hfs_encoding; /* Default encoding for non hfs+ volumes */
528 /* macro to determine if hfs o
[all...]
H A Dhfs_catalog.h37 #include <hfs/hfs_format.h>
244 HFSCatalogKey hfs; member in union:CatalogKey
H A Dhfs_cnode.h43 #include <hfs/hfs_catalog.h>
44 #include <hfs/rangelist.h>
378 * 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_catalog.c41 #include "hfs.h"
443 keyp->hfs.keyLength = kHFSCatalogKeyMinimumLength + keyp->hfs.nodeName[0];
463 promotekey(hfsmp, &keyp->hfs, pluskey, &encoding);
516 if (keyp->hfs.nodeName[0] == 0) {
521 keyp->hfs.keyLength = kHFSCatalogKeyMinimumLength + keyp->hfs.nodeName[0];
556 printf("hfs: cat_idlookup: Requested cnid (%d / %08x) != dcnid (%d / %08x)\n", cnid, cnid, dcnid, dcnid);
737 printf ("hfs: set hardlink bit on vol=%s cnid=%u inoid=%u\n", hfsmp->vcbVN, cnid, ilink);
749 printf ("hfs
[all...]
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>
1275 vfsp.vnfs_str = "hfs";
H A Dhfs_search.c57 #include "hfs.h"
568 myNodeID = theKeyPtr->hfs.parentID;
734 matched = ComparePartialPascalName(key->hfs.nodeName, (u_char*)searchInfo1->name);
736 matched = (FastRelString(key->hfs.nodeName, (u_char*)searchInfo1->name) == 0);
903 parentID = key->hfs.parentID;
1060 c_desc.cd_parentcnid = key->hfs.parentID;
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_encodinghint.c31 #include <hfs/hfs_macos_defs.h>
32 #include <hfs/hfs.h>
H A Dhfs_vfsops.c98 #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
[all...]
/darwin-on-arm/xnu/bsd/hfs/hfscommon/Catalog/
H A DCatalogUtilities.c197 key->hfs.keyLength = kHFSCatalogKeyMinimumLength; // initial key length (1 + 4 + 1)
198 key->hfs.reserved = 0; // clear unused byte
199 key->hfs.parentID = parentID; // set parent ID
200 key->hfs.nodeName[0] = 0; // null CName length
203 UpdateCatalogName(cName->pstr, key->hfs.nodeName);
204 key->hfs.keyLength += key->hfs.nodeName[0]; // add CName size to key length
238 key->hfs.keyLength = kHFSCatalogKeyMinimumLength; // initial key length (1 + 4 + 1)
239 key->hfs.reserved = 0; // clear unused byte
240 key->hfs
[all...]
H A DFileIDsServices.c492 extentKeyPtr->hfs.keyLength = kHFSExtentKeyMaximumLength;
493 extentKeyPtr->hfs.forkType = 0;
494 extentKeyPtr->hfs.fileID = srcFileID;
495 extentKeyPtr->hfs.startBlock = 0;
547 foundFileID = isHFSPlus ? extentKeyPtr->hfsPlus.fileID : extentKeyPtr->hfs.fileID;
577 extentsBuffer[j].extentKey.hfs.fileID = destFileID; // change only the id in the key to dest ID
678 extentKeyPtr->hfs.keyLength = kHFSExtentKeyMaximumLength;
679 extentKeyPtr->hfs.forkType = forkType;
680 extentKeyPtr->hfs.fileID = fileID;
681 extentKeyPtr->hfs
[all...]
/darwin-on-arm/xnu/bsd/conf/
H A Dfiles130 OPTIONS/hfs optional hfs
458 bsd/hfs/hfs_attrlist.c optional hfs
459 bsd/hfs/hfs_btreeio.c optional hfs
460 bsd/hfs/hfs_catalog.c optional hfs
461 bsd/hfs/hfs_chash.c optional hfs
[all...]
/darwin-on-arm/xnu/bsd/
H A DMakefile14 hfs \
47 hfs \
/darwin-on-arm/xnu/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
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_malloc.c99 #include <hfs/hfs_cnode.h>
H A Dkern_descrip.c119 #include <hfs/hfs.h>
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_attrlist.c52 #include <hfs/hfs.h>
/darwin-on-arm/xnu/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
224 #include "../../hfs.h"
242 * Use sysctl vfs.generic.hfs.kdebug.allocation to control which
250 SYSCTL_NODE(_vfs_generic, OID_AUTO, hfs, CTLFLAG_RW|CTLFLAG_LOCKED, 0, "HFS file system");
516 panic("hfs: %p: (%u,%u) unmapping allocated blocks", hfsmp, startingBlock, numBlocks);
1364 } else /* hfs */ {
1414 panic("hfs: ReleaseBitmapBlock: missing bp");
1768 panic("hfs: BlockAllocateAny: allocation overflow on \"%s\"", vcb->vcbVN);
2065 panic("hfs: BlockAllocateAny: allocation overflow on \"%s\"", vcb->vcbVN);
2159 printf ("hfs
[all...]

Completed in 136 milliseconds