OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Sat Oct 18 08:10:09 GMT 2025