Searched refs:M_HFSMNT (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10.1/xnu-2782.1.97/bsd/sys/
H A Dmalloc.h168 #define M_HFSMNT 75 /* HFS mount structure */ macro
228 #define M_HFSMNT 75 /* HFS mount structure (afpfs) */ macro
/macosx-10.10.1/xnu-2782.1.97/bsd/hfs/
H A Dhfs_chash.c127 hfsmp->hfs_cnodehashtbl = hashinit(desiredvnodes / 4, M_HFSMNT, &hfsmp->hfs_cnodehash);
136 FREE(hfsmp->hfs_cnodehashtbl, M_HFSMNT);
H A Dhfs_vfsops.c1387 MALLOC(hfsmp, struct hfsmount *, sizeof(struct hfsmount), M_HFSMNT, M_WAITOK);
1990 FREE(hfsmp, M_HFSMNT);
2209 FREE(hfsmp, M_HFSMNT);
H A Dhfs_catalog.c153 hfsmp->hfs_idhashtbl = hashinit(HFS_IDHASH_DEFAULT, M_HFSMNT, &hfsmp->hfs_idhash);
160 FREE(hfsmp->hfs_idhashtbl, M_HFSMNT);
/macosx-10.10.1/xnu-2782.1.97/bsd/hfs/hfscommon/BTree/
H A DBTreeNodeReserve.c95 nr_hashtbl = hashinit(NR_CACHE, M_HFSMNT, &nr_hashmask);

Completed in 95 milliseconds