Home
last modified time | relevance | path

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

/original-bsd/sys/isofs/cd9660/
H A Dcd9660_node.c54 isohashtbl = hashinit(desiredvnodes, M_ISOFSMNT, &isohash);
57 idvhashtbl = hashinit(desiredvnodes / 8, M_ISOFSMNT, &idvhash);
H A Dcd9660_vfsops.c255 isomp = malloc(sizeof *isomp, M_ISOFSMNT, M_WAITOK);
327 free((caddr_t)isomp, M_ISOFSMNT);
378 free((caddr_t)isomp, M_ISOFSMNT);
/original-bsd/sys/sys/
H A Dmalloc.h81 #define M_ISOFSMNT 57 /* ISOFS mount structure */ macro