Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/fs/
H A Dbootfs_impl.h73 extern const fs_operation_def_t bootfs_vnodeops_template[];
/titanic_50/usr/src/uts/common/fs/bootfs/
H A Dbootfs_vfsops.c245 ret = vn_make_ops(name, bootfs_vnodeops_template, &bootfs_vnodeops); in bootfs_init()
H A Dbootfs_vnops.c527 const fs_operation_def_t bootfs_vnodeops_template[] = { variable