Searched defs:hfsmp (Results 1 - 21 of 21) sorted by relevance

/macosx-10.9.5/xnu-2422.115.4/bsd/hfs/
H A Dhfs_notification.c57 void hfs_generate_volume_notifications(struct hfsmount *hfsmp) argument
[all...]
H A Dhfs_lookup.c158 struct hfsmount *hfsmp; local
471 struct hfsmount *hfsmp; local
[all...]
H A Dhfs_chash.c101 static void hfs_chash_lock(struct hfsmount *hfsmp) argument
106 static void hfs_chash_lock_spin(struct hfsmount *hfsmp) argument
111 static void hfs_chash_lock_convert (__unused struct hfsmount *hfsmp) argument
116 static void hfs_chash_unlock(struct hfsmount *hfsmp) argument
123 hfs_chashinit_finish(struct hfsmount *hfsmp) argument
132 hfs_delete_chash(struct hfsmount *hfsmp) argument
146 hfs_chash_getvnode(struct hfsmount *hfsmp, ino_t inum, int wantrsrc, int skiplock, int allow_deleted) argument
225 hfs_chash_snoop(struct hfsmount *hfsmp, ino_t inum, int existence_only, int (*callout)(const struct cat_desc *, const struct cat_attr *, void *), void * arg) argument
293 hfs_chash_getcnode(struct hfsmount *hfsmp, ino_t inum, struct vnode **vpp, int wantrsrc, int skiplock, int *out_flags, int *hflags) argument
435 hfs_chashwakeup(struct hfsmount *hfsmp, struct cnode *cp, int hflags) argument
454 hfs_chash_rehash(struct hfsmount *hfsmp, struct cnode *cp1, struct cnode *cp2) argument
472 hfs_chashremove(struct hfsmount *hfsmp, struct cnode *cp) argument
496 hfs_chash_abort(struct hfsmount *hfsmp, struct cnode *cp) argument
518 hfs_chash_mark_in_transit(struct hfsmount *hfsmp, struct cnode *cp) argument
534 hfs_chash_search_cnid(struct hfsmount *hfsmp, cnid_t cnid) argument
564 hfs_chash_set_childlinkbit(struct hfsmount *hfsmp, cnid_t cnid) argument
[all...]
H A Dhfs_quota.c106 struct hfsmount *hfsmp; local
505 struct hfsmount *hfsmp = VTOHFS(vp); local
551 struct hfsmount *hfsmp local
656 struct hfsmount *hfsmp = VFSTOHFS(mp); local
816 struct hfsmount *hfsmp = VFSTOHFS(mp); local
877 struct hfsmount *hfsmp = VFSTOHFS(mp); local
941 struct hfsmount *hfsmp = VFSTOHFS(mp); local
987 struct hfsmount *hfsmp = VFSTOHFS(mp); local
[all...]
H A Dhfs_btreeio.c216 struct hfsmount *hfsmp = VTOHFS(vp); local
260 btree_journal_modify_block_end(struct hfsmount *hfsmp, struct buf *bp) argument
268 struct hfsmount *hfsmp = VTOHFS(vp); local
579 struct hfsmount *hfsmp = VTOHFS(vp); local
637 hfs_create_attr_btree(struct hfsmount *hfsmp, u_int32_t nodesize, u_int32_t nodecnt) argument
[all...]
H A Dhfs_attrlist.c100 struct hfsmount * hfsmp; local
423 hfs_packattrblk(struct attrblock *abp, struct hfsmount *hfsmp, struct vnode *vp, struct cat_desc *descp, struct cat_attr *attrp, struct cat_fork *datafork, struct cat_fork *rsrcfork, struct vfs_context *ctx) argument
532 packcommonattr( struct attrblock *abp, struct hfsmount *hfsmp, struct vnode *vp, struct cat_desc * cdp, struct cat_attr * cap, struct vfs_context * ctx) argument
783 packdirattr( struct attrblock *abp, struct hfsmount *hfsmp, struct vnode *vp, struct cat_desc * descp, struct cat_attr * cattrp) argument
831 packfileattr( struct attrblock *abp, struct hfsmount *hfsmp, struct cat_attr *cattrp, struct cat_fork *datafork, struct cat_fork *rsrcfork, struct vnode *vp) argument
[all...]
H A Dhfs_cprotect.c132 struct hfsmount *hfsmp = VFSTOHFS(mp); local
236 int cp_setup_newentry (struct hfsmount *hfsmp, struc argument
324 cp_needs_tempkeys(struct hfsmount *hfsmp, int *needs) argument
355 cp_entry_gentempkeys(struct cprotect **entry_ptr, struct hfsmount *hfsmp) argument
442 struct hfsmount *hfsmp = NULL; local
510 struct hfsmount *hfsmp = NULL; local
652 struct hfsmount *hfsmp = NULL; local
758 struct hfsmount *hfsmp = NULL; local
894 struct hfsmount *hfsmp; local
1035 cp_handle_relocate(struct cnode *cp, struct hfsmount *hfsmp) argument
1084 cp_getrootxattr(struct hfsmount* hfsmp, struct cp_root_xattr *outxattr) argument
1134 cp_setrootxattr(struct hfsmount *hfsmp, struct cp_root_xattr *newxattr) argument
1163 cp_setxattr(struct cnode *cp, struct cprotect *entry, struct hfsmount *hfsmp, uint32_t fileid, int options) argument
1272 struct hfsmount *hfsmp = NULL; local
1298 struct hfsmount *hfsmp = NULL; local
1324 struct hfsmount *hfsmp = NULL; local
1401 cp_getxattr(struct cnode *cp, struct hfsmount *hfsmp, struct cprotect **outentry) argument
1587 cp_restore_keys(struct cprotect *entry, struct hfsmount *hfsmp, struct cnode *cp) argument
1793 cp_rewrap(struct cnode *cp, struct hfsmount *hfsmp, int newclass) argument
1875 cp_unwrap(struct hfsmount *hfsmp, struct cprotect *entry, struct cnode *cp) argument
1949 cp_generate_keys(struct hfsmount *hfsmp, struct cnode *cp, int targetclass, struct cprotect **newentry) argument
2042 cp_new(int newclass, struct hfsmount *hfsmp, struct cnode *cp, mode_t cmode, struct cprotect **output_entry) argument
[all...]
H A Dhfs_link.c82 createindirectlink(struct hfsmount *hfsmp, u_int32_t linknum, struct cat_desc *descp, argument
134 hfs_makelink(struct hfsmount *hfsmp, struct vnode *src_vp, struct cnode *cp, argument
404 struct hfsmount *hfsmp; local
681 hfs_unlink(struct hfsmount *hfsmp, struct vnode *dvp, struct vnode *vp, struct componentname *cnp, int skip_reserve) argument
921 hfs_privatedir_init(struct hfsmount * hfsmp, enum privdirtype type) argument
1054 hfs_lookup_siblinglinks(struct hfsmount *hfsmp, cnid_t linkfileid, cnid_t *prevlinkid, cnid_t *nextlinkid) argument
1079 hfs_lookup_lastlink(struct hfsmount *hfsmp, cnid_t linkfileid, cnid_t *lastid, struct cat_desc *cdesc) argument
1251 setfirstlink(struct hfsmount * hfsmp, cnid_t fileid, cnid_t firstlink) argument
1313 getfirstlink(struct hfsmount * hfsmp, cnid_t fileid, cnid_t *firstlink) argument
[all...]
H A Dhfs_cnode.c185 struct hfsmount *hfsmp = VTOHFS(vp); local
655 struct hfsmount *hfsmp = VTOHFS(vp); local
747 struct hfsmount *hfsmp; local
855 struct hfsmount *hfsmp = VTOHFS(vp); local
975 hfs_getnewvnode( struct hfsmount *hfsmp, struct vnode *dvp, struct componentname *cnp, struct cat_desc *descp, int flags, struct cat_attr *attrp, struct cat_fork *forkp, struct vnode **vpp, int *out_flags) argument
1492 hfs_valid_cnode(struct hfsmount *hfsmp, struct vnode *dvp, struct componentname *cnp, cnid_t cnid, struct cat_attr *cattr, int *error) argument
1808 hfs_touchtimes(struct hfsmount *hfsmp, struct cnode* cp) argument
1946 struct hfsmount *hfsmp = VTOHFS(vp); local
[all...]
H A Dhfs_hotfiles.c96 struct hfsmount *hfsmp; member in struct:hotfile_data
162 hfs_recording_start(struct hfsmount *hfsmp) argument
299 hfs_recording_stop(struct hfsmount *hfsmp) argument
432 hfs_recording_suspend(struct hfsmount *hfsmp) argument
514 hfs_recording_init(struct hfsmount *hfsmp) argument
720 hfs_hotfilesync(struct hfsmount *hfsmp, vfs_context_t ctx) argument
768 hfsmount_t *hfsmp; local
786 hfsmount_t *hfsmp; local
864 hfsmount_t *hfsmp; local
925 hotfiles_collect(struct hfsmount *hfsmp) argument
962 hotfiles_refine(struct hfsmount *hfsmp) argument
1078 hotfiles_adopt(struct hfsmount *hfsmp) argument
1288 hotfiles_evict(struct hfsmount *hfsmp, vfs_context_t ctx) argument
1494 hotfiles_age(struct hfsmount *hfsmp) argument
1657 hotextents(struct hfsmount *hfsmp, HFSPlusExtentDescriptor * extents) argument
1692 hfc_btree_open(struct hfsmount *hfsmp, struct vnode **vpp) argument
1771 hfc_btree_close(struct hfsmount *hfsmp, struct vnode *vp) argument
1801 hfc_btree_create(struct hfsmount *hfsmp, unsigned int nodesize, unsigned int entries) argument
[all...]
H A Dhfs_search.c181 struct hfsmount *hfsmp; local
449 ResolveHardlink(struct hfsmount *hfsmp, HFSPlusCatalogFile *recp) argument
572 hfsmount_t * hfsmp; local
1114 InsertMatch(struct hfsmount *hfsmp, uio_t a_uio, CatalogRecord *rec, CatalogKey *key, struct attrlist *returnAttrList, void *attributesBuffer, void *variableBuffer, uint32_t * nummatches) argument
1195 UnpackSearchAttributeBlock( struct hfsmount *hfsmp, struct attrlist *alist, searchinfospec_t *searchInfo, void *attributeBuffer, int firstblock) argument
[all...]
H A Dhfs_xattr.c279 struct hfsmount *hfsmp; local
439 hfs_getxattr_internal(struct cnode *cp, struct vnop_getxattr_args *ap, struct hfsmount *hfsmp, u_int32_t fileid) argument
696 struct hfsmount *hfsmp; local
990 hfs_setxattr_internal(struct cnode *cp, caddr_t data_ptr, size_t attrsize, struct vnop_setxattr_args *ap, struct hfsmount *hfsmp, u_int32_t fileid) argument
1310 struct hfsmount *hfsmp; local
1547 file_attribute_exist(struct hfsmount *hfsmp, uint32_t fileID) argument
1607 remove_attribute_records(struct hfsmount *hfsmp, BTreeIterator * iterator) argument
1698 struct hfsmount *hfsmp; local
1937 hfs_removeallattr(struct hfsmount *hfsmp, u_int32_t fileid) argument
1995 hfs_xattr_init(struct hfsmount * hfsmp) argument
2016 hfs_set_volxattr(struct hfsmount *hfsmp, unsigned int xattrtype, int state) argument
2219 getnodecount(struct hfsmount *hfsmp, size_t nodesize) argument
2286 init_attrdata_vnode(struct hfsmount *hfsmp) argument
2343 read_attr_data(struct hfsmount *hfsmp, uio_t uio, size_t datasize, HFSPlusExtentDescriptor *extents) argument
2392 write_attr_data(struct hfsmount *hfsmp, uio_t uio, size_t datasize, HFSPlusExtentDescriptor *extents) argument
2442 alloc_attr_blks(struct hfsmount *hfsmp, size_t attrsize, size_t extentbufsize, HFSPlusExtentDescriptor *extents, int *blocks) argument
2513 free_attr_blks(struct hfsmount *hfsmp, int blkcnt, HFSPlusExtentDescriptor *extents) argument
[all...]
H A Dhfs_vfsutils.c100 OSErr hfs_MountHFSVolume(struct hfsmount *hfsmp, HFSMasterDirectoryBlock *mdb, argument
320 hfs_MountHFSPlusVolume(struct hfsmount *hfsmp, HFSPlusVolumeHeader *vhp, off_t embeddedOffset, u_int64_t disksize, __unused struct proc *p, void *args, kauth_cred_t cred) argument
1035 hfsUnmount( register struct hfsmount *hfsmp, __unused struct proc *p) argument
1128 hfs_lock_global(struct hfsmount *hfsmp, enum hfs_locktype locktype) argument
1155 hfs_unlock_global(struct hfsmount *hfsmp) argument
1177 hfs_lock_mount(struct hfsmount *hfsmp) argument
1187 hfs_unlock_mount(struct hfsmount *hfsmp) argument
1195 hfs_systemfile_lock(struct hfsmount *hfsmp, int flags, enum hfs_locktype locktype) argument
1318 hfs_systemfile_unlock(struct hfsmount *hfsmp, int flags) argument
1429 hfs_owner_rights(struct hfsmount *hfsmp, uid_t cnode_uid, kauth_cred_t cred, __unused struct proc *p, int invokesuperuserstatus) argument
1492 struct hfsmount * hfsmp; local
1528 hfs_remove_orphans(struct hfsmount * hfsmp) argument
1812 hfs_freeblks(struct hfsmount * hfsmp, int wantreserve) argument
2278 hfs_early_journal_init(struct hfsmount *hfsmp, HFSPlusVolumeHeader *vhp, void *_args, off_t embeddedOffset, daddr64_t mdb_offset, HFSMasterDirectoryBlock *mdbp, kauth_cred_t cred) argument
2487 hfs_late_journal_init(struct hfsmount *hfsmp, HFSPlusVolumeHeader *vhp, void *_args) argument
2759 hfs_metadatazone_init(struct hfsmount *hfsmp, int disable) argument
2962 hfs_hotfile_freeblocks(struct hfsmount *hfsmp) argument
3012 hfs_syncer_lock(struct hfsmount *hfsmp) argument
3018 hfs_syncer_unlock(struct hfsmount *hfsmp) argument
3024 hfs_syncer_wait(struct hfsmount *hfsmp) argument
3031 hfs_syncer_wakeup(struct hfsmount *hfsmp) argument
3062 hfs_sync_ejectable(struct hfsmount *hfsmp) argument
3090 hfs_start_transaction(struct hfsmount *hfsmp) argument
3148 hfs_end_transaction(struct hfsmount *hfsmp) argument
3200 hfs_journal_flush(struct hfsmount *hfsmp, boolean_t wait_for_IO) argument
3236 hfs_erase_unused_nodes(struct hfsmount *hfsmp) argument
3399 hfs_generate_document_id(struct hfsmount *hfsmp, uint32_t *docid) argument
[all...]
H A Dhfs_catalog.c80 struct hfsmount *hfsmp; member in struct:position_state
151 hfs_idhash_init(struct hfsmount *hfsmp) argument
158 hfs_idhash_destroy(struct hfsmount *hfsmp) argument
184 cat_check_idhash(struct hfsmount *hfsmp, cnid_t test_fileid) argument
200 cat_insert_idhash(struct hfsmount *hfsmp, cat_preflightid_t *preflight) argument
236 cat_acquire_cnid(struct hfsmount *hfsmp, cnid_t *new_cnid) argument
338 cat_preflight(struct hfsmount *hfsmp, catops_t ops, cat_cookie_t *cookie, __unused proc_t p) argument
355 cat_postflight(struct hfsmount *hfsmp, cat_cookie_t *cookie, __unused proc_t p) argument
370 cat_convertattr( struct hfsmount *hfsmp, CatalogRecord * recp, struct cat_attr *attrp, struct cat_fork *datafp, struct cat_fork *rsrcfp) argument
442 cat_convertkey( struct hfsmount *hfsmp, CatalogKey *key, CatalogRecord * recp, struct cat_desc *descp) argument
522 cat_lookup(struct hfsmount *hfsmp, struct cat_desc *descp, int wantrsrc, int force_casesensitive_lookup, struct cat_desc *outdescp, struct cat_attr *attrp, struct cat_fork *forkp, cnid_t *desc_cnid) argument
570 cat_insertfilethread(struct hfsmount *hfsmp, struct cat_desc *descp) argument
634 cat_findname(struct hfsmount *hfsmp, cnid_t cnid, struct cat_desc *outdescp) argument
713 cat_idlookup(struct hfsmount *hfsmp, cnid_t cnid, int allow_system_files, int wantrsrc, struct cat_desc *outdescp, struct cat_attr *attrp, struct cat_fork *forkp) argument
804 cat_lookupmangled(struct hfsmount *hfsmp, struct cat_desc *descp, int wantrsrc, struct cat_desc *outdescp, struct cat_attr *attrp, struct cat_fork *forkp) argument
869 cat_lookupbykey(struct hfsmount *hfsmp, CatalogKey *keyp, int flags, u_int32_t hint, int wantrsrc, struct cat_desc *descp, struct cat_attr *attrp, struct cat_fork *forkp, cnid_t *desc_cnid) argument
1150 cat_create(struct hfsmount *hfsmp, cnid_t new_fileid, struct cat_desc *descp, struct cat_attr *attrp, struct cat_desc *out_descp) argument
1285 cat_rename( struct hfsmount * hfsmp, struct cat_desc * from_cdp, struct cat_desc * todir_cdp, struct cat_desc * to_cdp, struct cat_desc * out_cdp ) argument
1611 cat_delete(struct hfsmount *hfsmp, struct cat_desc *descp, struct cat_attr *attrp) argument
1706 cat_update_internal(struct hfsmount *hfsmp, int update_hardlink, struct cat_desc *descp, struct cat_attr *attrp, struct cat_fork *dataforkp, struct cat_fork *rsrcforkp) argument
1766 cat_update(struct hfsmount *hfsmp, struct cat_desc *descp, struct cat_attr *attrp, struct cat_fork *dataforkp, struct cat_fork *rsrcforkp) argument
1782 struct hfsmount *hfsmp; local
2056 cat_set_childlinkbit(struct hfsmount *hfsmp, cnid_t cnid) argument
2121 cat_check_link_ancestry(struct hfsmount *hfsmp, cnid_t cnid, cnid_t pointed_at_cnid) argument
2203 cat_update_siblinglinks(struct hfsmount *hfsmp, cnid_t linkfileid, cnid_t prevlinkid, cnid_t nextlinkid) argument
2235 cat_lookuplink(struct hfsmount *hfsmp, struct cat_desc *descp, cnid_t *linkfileid, cnid_t *prevlinkid, cnid_t *nextlinkid) argument
2280 cat_lookup_siblinglinks(struct hfsmount *hfsmp, cnid_t linkfileid, cnid_t *prevlinkid, cnid_t *nextlinkid) argument
2332 cat_lookup_lastlink(struct hfsmount *hfsmp, cnid_t linkfileid, cnid_t *lastlink, struct cat_desc *cdesc) argument
2443 cat_createlink(struct hfsmount *hfsmp, struct cat_desc *descp, struct cat_attr *attrp, cnid_t nextlinkid, cnid_t *linkfileid) argument
2667 cat_makealias(struct hfsmount *hfsmp, u_int32_t inode_num, struct HFSPlusCatalogFile *crp) argument
2763 cat_deletelink(struct hfsmount *hfsmp, struct cat_desc *descp) argument
2830 struct hfsmount *hfsmp; member in struct:readattr_state
2842 struct hfsmount *hfsmp = state->hfsmp; local
2944 cat_getentriesattr(struct hfsmount *hfsmp, directoryhint_t *dirhint, struct cat_entrylist *ce_list) argument
3130 struct hfsmount *hfsmp; local
3457 struct hfsmount *hfsmp; local
3543 cat_getdirentries(struct hfsmount *hfsmp, u_int32_t entrycnt, directoryhint_t *dirhint, uio_t uio, int flags, int * items, int * eofflag) argument
3944 buildkey(struct hfsmount *hfsmp, struct cat_desc *descp, HFSPlusCatalogKey *key, int retry) argument
4016 cat_resolvelink(struct hfsmount *hfsmp, u_int32_t linkref, int isdirlink, struct HFSPlusCatalogFile *recp) argument
4068 resolvelinkid(struct hfsmount *hfsmp, u_int32_t linkref, ino_t *ino) argument
4093 getkey(struct hfsmount *hfsmp, cnid_t cnid, CatalogKey * key) argument
4158 cat_getkeyplusattr(struct hfsmount *hfsmp, cnid_t cnid, CatalogKey * key, struct cat_attr *attrp) argument
4339 getbsdattr(struct hfsmount *hfsmp, const struct HFSPlusCatalogFile *crp, struct cat_attr * attrp) argument
4452 promotekey(struct hfsmount *hfsmp, const HFSCatalogKey *hfskey, HFSPlusCatalogKey *keyp, u_int32_t *encoding) argument
4484 promotefork(struct hfsmount *hfsmp, const struct HFSCatalogFile *filep, int resource, struct cat_fork * forkp) argument
4522 promoteattr(struct hfsmount *hfsmp, const CatalogRecord *dataPtr, struct HFSPlusCatalogFile *crp) argument
4741 cat_lookup_dirlink(struct hfsmount *hfsmp, cnid_t dirlink_id, u_int8_t forktype, struct cat_desc *outdescp, struct cat_attr *attrp, struct cat_fork *forkp) argument
4818 cat_update_dirlink(struct hfsmount *hfsmp, u_int8_t forktype, struct cat_desc *descp, struct cat_attr *attrp, struct cat_fork *forkp) argument
[all...]
H A Dhfs_readwrite.c121 struct hfsmount *hfsmp; local
279 struct hfsmount *hfsmp; local
1053 do_attr_lookup(struct hfsmount *hfsmp, struct access_cache *cache, cnid_t cnid, struct cnode *skip_cp, CatalogKey *keyp, struct cat_attr *cnattrp) argument
1101 do_access_check(struct hfsmount *hfsmp, int *err, struct access_cache *cache, HFSCatalogNodeID nodeID, struct cnode *skip_cp, struct proc *theProcPtr, kauth_cred_t myp_ucred, struct vfs_context *my_context, char *bitmap, uint32_t map_size, cnid_t* parents, uint32_t num_parents) argument
1252 do_bulk_access_check(struct hfsmount *hfsmp, struct vnode *vp, struct vnop_ioctl_args *ap, int arg_size, vfs_context_t context) argument
1575 struct hfsmount *hfsmp = VTOHFS(vp); local
2822 struct hfsmount *hfsmp = VTOHFS(vp); local
2944 struct hfsmount *hfsmp; local
3289 struct hfsmount *hfsmp; local
3611 hfs_prepare_release_storage(struct hfsmount *hfsmp, struct vnode *vp) argument
3691 hfs_release_storage(struct hfsmount *hfsmp, struct filefork *datafork, struct filefork *rsrcfork, u_int32_t fileid) argument
3910 struct hfsmount *hfsmp; local
4859 struct hfsmount *hfsmp; local
[all...]
H A Dhfs_vnops.c155 hfs_is_journal_file(struct hfsmount *hfsmp, struct cnode *cp) argument
378 hfs_uncompressed_size_of_compressed_file(struct hfsmount *hfsmp, struc argument
485 clear_tombstone_docid(struct doc_tombstone *ut, struct hfsmount *hfsmp, struct cnode *dst_cnode) argument
587 save_tombstone(struct hfsmount *hfsmp, struct vnode *dvp, struct vnode *vp, struct componentname *cnp, int for_unlink) argument
653 struct hfsmount *hfsmp = VTOHFS(vp); local
777 struct hfsmount *hfsmp; local
877 struct hfsmount *hfsmp; local
1333 struct hfsmount *hfsmp; local
1905 struct hfsmount *hfsmp; local
2342 struct hfsmount *hfsmp = NULL; local
2612 struct hfsmount *hfsmp = VTOHFS(vp); local
2819 hfs_metasync(struct hfsmount *hfsmp, daddr64_t node, __unused struct proc *p) argument
2865 hfs_metasync_all(struct hfsmount *hfsmp) argument
3014 struct hfsmount * hfsmp; local
3409 hfs_removefile_callback(struct buf *bp, void *hfsmp) argument
3449 struct hfsmount *hfsmp; local
4083 struct hfsmount *hfsmp; local
4970 struct hfsmount *hfsmp; local
5159 struct hfsmount *hfsmp; local
5604 struct hfsmount *hfsmp; local
5779 struct hfsmount *hfsmp; local
6299 hfs_vgetrsrc(struct hfsmount *hfsmp, struct vnode *vp, struct vnode **rvpp, int can_drop_lock, int error_on_unlinked) argument
6774 struct hfsmount *hfsmp; local
[all...]
H A Dhfs_vfsops.c184 struct hfsmount *hfsmp; local
227 struct hfsmount *hfsmp = NULL; local
559 struct hfsmount *hfsmp; member in struct:hfs_changefs_cargs
626 struct hfsmount *hfsmp; local
772 struct hfsmount *hfsmp; member in struct:hfs_reload_cargs
839 struct hfsmount *hfsmp; local
1025 struct hfsmount *hfsmp = arg0; local
1155 hfs_scan_blocks(struct hfsmount *hfsmp) argument
1219 struct hfsmount *hfsmp = NULL; local
2022 struct hfsmount *hfsmp = VFSTOHFS(mp); local
2357 struct hfsmount *hfsmp = VFSTOHFS(mp); local
2415 struct hfsmount *hfsmp; local
2506 struct hfsmount *hfsmp; local
2734 hfs_locks_destroy(struct hfsmount *hfsmp) argument
2750 struct hfsmount * hfsmp; local
2785 struct hfsmount *hfsmp; local
3213 struct hfsmount *hfsmp; local
3259 hfs_vget(struct hfsmount *hfsmp, cnid_t cnid, struct vnode **vpp, int skiplock, int allow_deleted) argument
3432 struct hfsmount *hfsmp; local
3523 hfs_setencodingbits(struct hfsmount *hfsmp, u_int32_t encoding) argument
3557 hfs_volupdate(struct hfsmount *hfsmp, enum volop op, int inroot) argument
3609 hfs_flushMDB(struct hfsmount *hfsmp, int waitfor, int altflush) argument
3710 hfs_flushvolumeheader(struct hfsmount *hfsmp, int waitfor, int altflush) argument
4019 hfs_extendfs(struct hfsmount *hfsmp, u_int64_t newsize, vfs_context_t context) argument
4470 hfs_truncatefs(struct hfsmount *hfsmp, u_int64_t newsize, vfs_context_t context) argument
4866 hfs_copy_extent( struct hfsmount *hfsmp, struct vnode *vp, u_int32_t oldStart, u_int32_t newStart, u_int32_t blockCount, vfs_context_t context) argument
5621 hfs_reclaim_extent(struct hfsmount *hfsmp, const u_long allocLimit, struct hfs_reclaim_extent_info *extent_info, vfs_context_t context) argument
5889 hfs_truncatefs_progress(struct hfsmount *hfsmp) argument
5937 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
6230 struct hfsmount *hfsmp; member in struct:hfs_journal_relocate_args
6241 struct hfsmount *hfsmp = args->hfsmp; local
6291 hfs_relocate_journal_file(struct hfsmount *hfsmp, u_int32_t jnl_size, int resize_type, vfs_context_t context) argument
6432 hfs_reclaim_journal_file(struct hfsmount *hfsmp, u_int32_t allocLimit, vfs_context_t context) argument
6492 hfs_reclaim_journal_info_block(struct hfsmount *hfsmp, u_int32_t allocLimit, vfs_context_t context) argument
6633 calculate_journal_size(struct hfsmount *hfsmp, u_int32_t sector_size, u_int64_t sector_count) argument
6665 hfs_extend_journal(struct hfsmount *hfsmp, u_int32_t sector_size, u_int64_t sector_count, vfs_context_t context) argument
6717 hfs_reclaim_xattr(struct hfsmount *hfsmp, struct vnode *vp, u_int32_t fileID, u_int32_t allocLimit, vfs_context_t context) argument
6878 hfs_reclaim_xattrspace(struct hfsmount *hfsmp, u_int32_t allocLimit, vfs_context_t context) argument
7007 hfs_reclaim_filespace(struct hfsmount *hfsmp, u_int32_t allocLimit, vfs_context_t context) argument
7176 hfs_reclaimspace(struct hfsmount *hfsmp, u_int32_t allocLimit, u_int32_t reclaimblks, vfs_context_t context) argument
7305 hfs_file_extent_overlaps(struct hfsmount *hfsmp, u_int32_t allocLimit, struct HFSPlusCatalogFile *filerec) argument
7416 hfs_resize_progress(struct hfsmount *hfsmp, u_int32_t *progress) argument
7437 hfs_getvoluuid(struct hfsmount *hfsmp, uuid_t result) argument
7465 struct hfsmount *hfsmp = VFSTOHFS(mp); local
7702 struct hfsmount *hfsmp = VTOHFS(vp); local
7831 hfs_mark_volume_inconsistent(struct hfsmount *hfsmp) argument
[all...]
/macosx-10.9.5/xnu-2422.115.4/bsd/hfs/hfscommon/Catalog/
H A DCatalogUtilities.c288 struct hfsmount *hfsmp = VCBTOHFS (volume); local
/macosx-10.9.5/xnu-2422.115.4/bsd/hfs/hfscommon/BTree/
H A DBTreeNodeReserve.c157 struct hfsmount *hfsmp; local
/macosx-10.9.5/xnu-2422.115.4/bsd/hfs/hfscommon/Misc/
H A DFileExtentMapping.c984 struct hfsmount *hfsmp = (struct hfsmount*)vcb; local
H A DVolumeAllocation.c368 trim_validate_bitmap(struct hfsmount *hfsmp) argument
426 hfs_unmap_free_extent(struct hfsmount *hfsmp, u_int32_t startingBlock, u_int32_t numBlocks) argument
492 hfs_track_unmap_blocks(struct hfsmount *hfsmp, u_int32_t start, u_int32_t numBlocks, struct jnl_trim_list *list) argument
529 hfs_issue_unmap(struct hfsmount *hfsmp, struct jnl_trim_list *list) argument
564 hfs_unmap_alloc_extent(struct hfsmount *hfsmp, u_int32_t startingBlock, u_int32_t numBlocks) argument
622 struct hfsmount *hfsmp = arg; local
673 CheckUnmappedBytes(struct hfsmount *hfsmp, uint64_t blockno, uint64_t numblocks, int *recently_freed, uint32_t *overlap_end) argument
736 ScanUnmapBlocks(struct hfsmount *hfsmp) argument
868 struct hfsmount *hfsmp; local
1193 struct hfsmount *hfsmp; local
1349 struct hfsmount *hfsmp = VCBTOHFS(vcb); local
1455 ReadBitmapRange(struct hfsmount *hfsmp, uint32_t offset, uint32_t iosize, uint32_t **buffer, struct buf **blockRef) argument
1549 struct hfsmount *hfsmp = VCBTOHFS(vcb); local
1647 struct hfsmount *hfsmp = VCBTOHFS(vcb); local
1809 struct hfsmount *hfsmp; local
1878 struct hfsmount *hfsmp = VCBTOHFS(vcb); local
2158 struct hfsmount *hfsmp = VCBTOHFS(vcb); local
2228 struct hfsmount *hfsmp; local
2274 struct hfsmount *hfsmp = VCBTOHFS(vcb); local
2451 struct hfsmount *hfsmp; local
2485 struct hfsmount *hfsmp = VCBTOHFS(vcb); local
2588 struct hfsmount *hfsmp = VCBTOHFS(vcb); local
2852 struct hfsmount *hfsmp = (struct hfsmount*) vcb; local
3276 hfs_isallocated_internal(struct hfsmount *hfsmp, u_int32_t startingBlock, u_int32_t numBlocks, Boolean stop_on_first, u_int32_t *allocCount) argument
3423 hfs_count_allocated(struct hfsmount *hfsmp, u_int32_t startBlock, u_int32_t numBlocks, u_int32_t *allocCount) argument
3446 hfs_isallocated(struct hfsmount *hfsmp, u_int32_t startingBlock, u_int32_t numBlocks) argument
3475 hfs_isrbtree_active(struct hfsmount *hfsmp) argument
3508 hfs_check_summary(struct hfsmount *hfsmp, uint32_t allocblock, uint32_t *freeblocks) argument
3608 hfs_release_summary(struct hfsmount *hfsmp, uint32_t start_blk, uint32_t length) argument
3661 hfs_find_summary_free(struct hfsmount *hfsmp, uint32_t block, uint32_t *newblock) argument
3767 hfs_get_summary_allocblock(struct hfsmount *hfsmp, uint32_t summarybit, uint32_t *alloc) argument
3804 hfs_set_summary(struct hfsmount *hfsmp, uint32_t summarybit, uint32_t inuse) argument
3847 hfs_get_summary_index(struct hfsmount *hfsmp, uint32_t block, uint32_t* index) argument
3885 hfs_init_summary(struct hfsmount *hfsmp) argument
3990 hfs_rebuild_summary(struct hfsmount *hfsmp) argument
4079 hfs_validate_summary(struct hfsmount *hfsmp) argument
4205 hfs_alloc_scan_range(struct hfsmount *hfsmp, u_int32_t startbit, u_int32_t *bitToScan, struct jnl_trim_list *list) argument
4481 hfs_scan_range_size(struct hfsmount *hfsmp, uint32_t bitmap_st, uint32_t *iosize) argument
4572 hfs_isallocated_scan(struct hfsmount *hfsmp, u_int32_t startingBlock, u_int32_t *bp_buf) argument
4654 ResetVCBFreeExtCache(struct hfsmount *hfsmp) argument
4700 UpdateAllocLimit(struct hfsmount *hfsmp, u_int32_t new_end_block) argument
4736 remove_free_extent_list(struct hfsmount *hfsmp, int index) argument
4772 add_free_extent_list(struct hfsmount *hfsmp, u_int32_t startBlock, u_int32_t blockCount) argument
4848 remove_free_extent_cache(struct hfsmount *hfsmp, u_int32_t startBlock, u_int32_t blockCount) argument
4968 add_free_extent_cache(struct hfsmount *hfsmp, u_int32_t startBlock, u_int32_t blockCount) argument
5033 sanity_check_free_ext(struct hfsmount *hfsmp, int check_allocated) argument
[all...]

Completed in 270 milliseconds