Searched defs:fileID (Results 1 - 8 of 8) sorted by relevance

/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_endian.c394 hfs_swap_HFSPlusBTInternalNode( BlockDescriptor *src, HFSCatalogNodeID fileID, enum HFSBTSwapDirection direction ) argument
930 hfs_swap_HFSBTInternalNode( BlockDescriptor *src, HFSCatalogNodeID fileID, enum HFSBTSwapDirection direction ) argument
[all...]
H A Dhfs_hotfiles.h80 u_int32_t fileID; /* file ID */ member in struct:HotFileKey
H A Dhfs_xattr.c59 u_int32_t fileID; member in struct:listattr_callback_state
1493 file_attribute_exist(struct hfsmount *hfsmp, uint32_t fileID) argument
2121 hfs_buildattrkey(u_int32_t fileID, const char *attrname, HFSPlusAttrKey *key) argument
[all...]
H A Dhfs_catalog.c575 cnid_t fileID; local
[all...]
H A Dhfs_format.h159 u_int32_t fileID; /* file ID */ member in struct:HFSExtentKey
169 u_int32_t fileID; /* file ID */ member in struct:HFSPlusExtentKey
419 u_int32_t fileID; /* file ID */ member in struct:HFSCatalogFile
442 u_int32_t fileID; /* file ID */ member in struct:HFSPlusCatalogFile
555 u_int32_t fileID; /* file associated with attribute */ member in struct:HFSPlusAttrKey
H A Dhfs_vfsops.c5020 u_int32_t fileID; member in struct:hfs_reclaim_extent_info
5863 hfs_reclaim_file(struct hfsmount *hfsmp, struct vnode *vp, u_int32_t fileID, u_int8_t forktype, u_long allocLimit, vfs_context_t context) argument
6640 hfs_reclaim_xattr(struct hfsmount *hfsmp, struct vnode *vp, u_int32_t fileID, u_int32_t allocLimit, vfs_context_t context) argument
[all...]
/darwin-on-arm/xnu/bsd/hfs/hfscommon/Catalog/
H A DFileIDsServices.c629 DeleteExtents( ExtendedVCB *vcb, u_int32_t fileID, int quitEarly, u_int8_t forkType, Boolean isHFSPlus ) argument
[all...]
/darwin-on-arm/xnu/bsd/hfs/hfscommon/Misc/
H A DFileExtentMapping.c217 FindExtentRecord( const ExtendedVCB *vcb, u_int8_t forkType, u_int32_t fileID, u_int32_t startBlock, Boolean allowPrevious, HFSPlusExtentKey *foundKey, HFSPlusExtentRecord foundData, u_int32_t *foundHint) argument
422 DeleteExtentRecord( const ExtendedVCB *vcb, u_int8_t forkType, u_int32_t fileID, u_int32_t startBlock) argument
631 TruncateExtents( ExtendedVCB *vcb, u_int8_t forkType, u_int32_t fileID, u_int32_t startBlock, Boolean * recordDeleted) argument
685 DeallocateFork( ExtendedVCB *vcb, HFSCatalogNodeID fileID, u_int8_t forkType, HFSPlusExtentRecord catalogExtents, Boolean * recordDeleted) argument
1536 HFSCatalogNodeID fileID; local
[all...]

Completed in 47 milliseconds