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

  /src/sys/miscfs/umapfs/
umap_vfsops.c 69 umapfs_mount(struct mount *mp, const char *path, void *data, size_t *data_len) function in typeref:typename:int
111 printf("umapfs_mount(mp = %p)\n", mp);
258 printf("umapfs_mount: lower %s, alias at %s\n",
312 .vfs_mount = umapfs_mount,
umap_vfsops.c 69 umapfs_mount(struct mount *mp, const char *path, void *data, size_t *data_len) function in typeref:typename:int
111 printf("umapfs_mount(mp = %p)\n", mp);
258 printf("umapfs_mount: lower %s, alias at %s\n",
312 .vfs_mount = umapfs_mount,

Completed in 22 milliseconds