Searched refs:M_ISOFSMNT (Results 1 – 3 of 3) sorted by relevance
| /mirbsd/src/sys/isofs/cd9660/ |
| D | cd9660_node.c | 86 isohashtbl = hashinit(desiredvnodes, M_ISOFSMNT, M_WAITOK, &isohash); 89 idvhashtbl = hashinit(desiredvnodes / 8, M_ISOFSMNT, M_WAITOK, &idvhash);
|
| D | cd9660_vfsops.c | 347 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/ |
| D | malloc.h | 113 #define M_ISOFSMNT 57 /* ISOFS mount structure */ macro
|