Home
last modified time | relevance | path

Searched refs:M_ISOFSMNT (Results 1 – 3 of 3) sorted by relevance

/mirbsd/src/sys/isofs/cd9660/
Dcd9660_node.c86 isohashtbl = hashinit(desiredvnodes, M_ISOFSMNT, M_WAITOK, &isohash);
89 idvhashtbl = hashinit(desiredvnodes / 8, M_ISOFSMNT, M_WAITOK, &idvhash);
Dcd9660_vfsops.c347 isomp = malloc(sizeof *isomp, M_ISOFSMNT, M_WAITOK);
439 free((caddr_t)isomp, M_ISOFSMNT);
574 free((caddr_t)isomp, M_ISOFSMNT);
/mirbsd/src/sys/sys/
Dmalloc.h113 #define M_ISOFSMNT 57 /* ISOFS mount structure */ macro