Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/fs/
H A Ddv_node.h194 extern const struct fs_operation_def dv_vnodeops_template[];
/titanic_50/usr/src/uts/common/fs/devfs/
H A Ddevfs_vfsops.c153 error = vn_make_ops("dev fs", dv_vnodeops_template, &dv_vnodeops); in devfsinit()
H A Ddevfs_vnops.c1130 const fs_operation_def_t dv_vnodeops_template[] = { variable