Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/doorfs/
H A Ddoor_vnops.c58 const fs_operation_def_t door_vnodeops_template[] = { variable
H A Ddoor_sys.c157 extern const fs_operation_def_t door_vnodeops_template[]; in _init()
178 error = vn_make_ops("doorfs", door_vnodeops_template, &door_vnodeops); in _init()