Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/mntfs/
H A Dmntvfsops.c141 extern const fs_operation_def_t mnt_vnodeops_template[]; in mntinit()
157 error = vn_make_ops(name, mnt_vnodeops_template, &mntvnodeops); in mntinit()
H A Dmntvnops.c1875 const fs_operation_def_t mnt_vnodeops_template[] = { variable