Searched refs:pcfs_fvnodeops (Results 1 – 4 of 4) sorted by relevance
106 extern struct vnodeops *pcfs_fvnodeops;
220 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()
183 vn_setops(vp, pcfs_fvnodeops); in pc_getnode()
142 struct vnodeops *pcfs_fvnodeops; variable