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

  /src/sys/miscfs/kernfs/
kernfs_vfsops.c 118 kernfs_mount(struct mount *mp, const char *path, void *data, size_t *data_len) function in typeref:typename:int
122 struct kernfs_mount *fmp;
139 fmp = kmem_zalloc(sizeof(struct kernfs_mount), KM_SLEEP);
149 kmem_free(fmp, sizeof(struct kernfs_mount));
177 * Finally, throw away the kernfs_mount structure
179 kmem_free(mp->mnt_data, sizeof(struct kernfs_mount));
301 .vfs_mount = kernfs_mount,
kernfs.h 101 struct kernfs_mount { struct
115 #define VFSTOKERNFS(mp) ((struct kernfs_mount *)((mp)->mnt_data))

Completed in 12 milliseconds