Home
last modified time | relevance | path

Searched refs:spec_vnodeops (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/common/fs/specfs/
H A Dspecsubr.c795 extern struct vnodeops *spec_vnodeops; in specinit()
810 error = vn_make_ops(name, spec_vnodeops_template, &spec_vnodeops); in specinit()
H A Dspecvnops.c167 struct vnodeops *spec_vnodeops; variable
218 return (spec_vnodeops); in spec_getvnodeops()