Searched refs:tmp_vnodeops (Results 1 – 4 of 4) sorted by relevance
151 extern struct vnodeops *tmp_vnodeops;
133 vn_freevnodeops(tmp_vnodeops); in _fini()197 error = vn_make_ops(name, tmp_vnodeops_template, &tmp_vnodeops); in tmpfsinit()
197 vn_setops(vp, tmp_vnodeops); in tmpnode_init()
2433 struct vnodeops *tmp_vnodeops; variable