Home
last modified time | relevance | path

Searched refs:pcfs_fvnodeops (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fs/
H A Dpc_node.h106 extern struct vnodeops *pcfs_fvnodeops;
/illumos-gate/usr/src/uts/common/fs/pcfs/
H A Dpc_vfsops.c225 vn_freevnodeops(pcfs_fvnodeops); in _fini()
259 error = vn_make_ops("pcfs", pcfs_fvnodeops_template, &pcfs_fvnodeops); in pcfsinit()
269 vn_freevnodeops(pcfs_fvnodeops); in pcfsinit()
H A Dpc_node.c185 vn_setops(vp, pcfs_fvnodeops); in pc_getnode()
H A Dpc_vnops.c141 struct vnodeops *pcfs_fvnodeops; variable