Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/fs/
H A Dhsfs_impl.h87 extern const struct fs_operation_def hsfs_vnodeops_template[];
/illumos-gate/usr/src/uts/common/fs/hsfs/
H A Dhsfs_vfsops.c270 error = vn_make_ops(name, hsfs_vnodeops_template, &hsfs_vnodeops); in hsfsinit()
H A Dhsfs_vnops.c2275 const fs_operation_def_t hsfs_vnodeops_template[] = { variable