Searched refs:overlay_mount (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/miscfs/overlay/
H A Doverlay.h86 struct overlay_mount { struct
113 #define MOUNTTOOVERLAYMOUNT(mp) ((struct overlay_mount *)((mp)->mnt_data))
H A Doverlay_vfsops.c110 struct overlay_mount *nmp;
150 nmp = (struct overlay_mount *) malloc(sizeof(struct overlay_mount),
152 memset(nmp, 0, sizeof(struct overlay_mount));
215 struct overlay_mount *omp;
239 * Finally, throw away the overlay_mount structure

Completed in 154 milliseconds