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

/darwin-on-arm/xnu/bsd/sys/
H A Dmalloc.h168 #define M_HFSMNT 75 /* HFS mount structure */ macro
221 #define M_HFSMNT 75 /* HFS mount structure (afpfs) */ macro
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_chash.c131 hfsmp->hfs_cnodehashtbl = hashinit(desiredvnodes / 4, M_HFSMNT, &hfsmp->hfs_cnodehash);
140 FREE(hfsmp->hfs_cnodehashtbl, M_HFSMNT);
H A Dhfs_vfsops.c1457 MALLOC(hfsmp, struct hfsmount *, sizeof(struct hfsmount), M_HFSMNT, M_WAITOK);
2088 FREE(hfsmp, M_HFSMNT);
2322 FREE(hfsmp, M_HFSMNT);
/darwin-on-arm/xnu/bsd/hfs/hfscommon/BTree/
H A DBTreeNodeReserve.c95 nr_hashtbl = hashinit(NR_CACHE, M_HFSMNT, &nr_hashmask);

Completed in 38 milliseconds