Home
last modified time | relevance | path

Searched refs:v_specnext (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/sys/miscfs/specfs/
Dspec_vnops.c394 for (vp2 = *vpp; vp2 != NULL; vp2 = vp2->v_specnext) { in spec_node_init()
422 vp->v_specnext = *vpp; in spec_node_init()
442 for (vp = specfs_hash[SPECHASH(dev)]; vp; vp = vp->v_specnext) { in spec_node_lookup_by_dev()
501 for (vp = specfs_hash[i]; vp; vp = vp->v_specnext) { in spec_node_lookup_by_mount()
648 vpp = &(*vpp)->v_specnext) { in spec_node_revoke()
650 *vpp = vp->v_specnext; in spec_node_revoke()
651 vp->v_specnext = NULL; in spec_node_revoke()
Dspecdev.h88 #define v_specnext v_specnode->sn_next macro