Home
last modified time | relevance | path

Searched refs:bootfs_t (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/uts/common/fs/bootfs/
H A Dbootfs_vfsops.c68 bootfs_t *bfs; in bootfs_mount()
96 bfs = kmem_zalloc(sizeof (bootfs_t), KM_NOSLEEP | KM_NORMALPRI); in bootfs_mount()
159 bootfs_t *bfs = vfsp->vfs_data; in bootfs_unmount()
183 kmem_free(bfs, sizeof (bootfs_t)); in bootfs_unmount()
190 bootfs_t *bfs; in bootfs_root()
192 bfs = (bootfs_t *)vfsp->vfs_data; in bootfs_root()
202 const bootfs_t *bfs = (bootfs_t *)vfsp; in bootfs_statvfs()
H A Dbootfs_construct.c110 bootfs_node_init(bootfs_t *bfs, bootfs_node_t *bnp, const struct vattr *vap, in bootfs_node_init()
147 bootfs_mkroot(bootfs_t *bfs) in bootfs_mkroot()
161 bootfs_mknode(bootfs_t *bfs, bootfs_node_t *parent, bootfs_node_t **outp, in bootfs_mknode()
217 bootfs_construct_entry(bootfs_t *bfs, uintptr_t addr, uint64_t size, in bootfs_construct_entry()
293 bootfs_construct(bootfs_t *bfs) in bootfs_construct()
358 bootfs_destruct(bootfs_t *bfs) in bootfs_destruct()
/titanic_50/usr/src/uts/common/sys/fs/
H A Dbootfs_impl.h65 } bootfs_t; typedef
67 extern void bootfs_construct(bootfs_t *);
68 extern void bootfs_destruct(bootfs_t *);