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