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

  /src/sys/miscfs/umapfs/
umap.h 59 struct umap_mount { struct
95 #define MOUNTTOUMAPMOUNT(mp) ((struct umap_mount *)((mp)->mnt_data))
umap_vfsops.c 76 struct umap_mount *amp;
151 amp = kmem_zalloc(sizeof(struct umap_mount), KM_SLEEP);
173 printf("umap_mount:nentries %d\n",args->nentries);
187 printf("umap_mount:gnentries %d\n",args->gnentries);
218 kmem_free(amp, sizeof(struct umap_mount));
237 kmem_free(amp, sizeof(struct umap_mount));
270 struct umap_mount *amp = MOUNTTOUMAPMOUNT(mp);
295 * Finally, throw away the umap_mount structure
297 kmem_free(amp, sizeof(struct umap_mount));

Completed in 12 milliseconds