HomeSort by: relevance | last modified time | path
    Searched refs:overlay_mount (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/miscfs/overlay/
overlay_vfsops.c 107 struct overlay_mount *nmp;
147 nmp = kmem_zalloc(sizeof(struct overlay_mount), KM_SLEEP);
159 kmem_free(nmp, sizeof(struct overlay_mount));
178 kmem_free(nmp, sizeof(struct overlay_mount));
212 struct overlay_mount *omp;
236 * Finally, throw away the overlay_mount structure
239 kmem_free(omp, sizeof(struct overlay_mount));
overlay.h 86 struct overlay_mount { struct
112 #define MOUNTTOOVERLAYMOUNT(mp) ((struct overlay_mount *)((mp)->mnt_data))

Completed in 11 milliseconds