Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/fs/
H A Dpc_node.h110 extern const struct fs_operation_def pcfs_fvnodeops_template[];
/illumos-gate/usr/src/uts/common/fs/pcfs/
H A Dpc_vfsops.c256 error = vn_make_ops("pcfs", pcfs_fvnodeops_template, &pcfs_fvnodeops); in pcfsinit()
H A Dpc_vnops.c146 const fs_operation_def_t pcfs_fvnodeops_template[] = { variable