Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/fs/
H A Dpc_node.h106 extern struct vnodeops *pcfs_fvnodeops;
/titanic_50/usr/src/uts/common/fs/pcfs/
H A Dpc_vfsops.c220 vn_freevnodeops(pcfs_fvnodeops); in _fini()
253 error = vn_make_ops("pcfs", pcfs_fvnodeops_template, &pcfs_fvnodeops); in pcfsinit()
263 vn_freevnodeops(pcfs_fvnodeops); in pcfsinit()
H A Dpc_node.c183 vn_setops(vp, pcfs_fvnodeops); in pc_getnode()
H A Dpc_vnops.c142 struct vnodeops *pcfs_fvnodeops; variable