HomeSort by: relevance | last modified time | path
    Searched refs:sn_dev (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/miscfs/specfs/
specdev.h 68 struct specdev *sn_dev; member in struct:specnode
90 #define v_speclockf v_specnode->sn_dev->sd_lockf
spec_vnops.c 285 iocnt = atomic_load_relaxed(&sn->sn_dev->sd_iocnt);
301 } while (atomic_cas_uint(&sn->sn_dev->sd_iocnt, iocnt, iocnt + 1)
324 struct specdev *sd = sn->sn_dev;
410 sn->sn_dev = sd;
414 sn->sn_dev = vp2->v_specnode->sn_dev;
415 sn->sn_dev->sd_refcnt++;
476 if (type == VBLK && vp->v_specnode->sn_dev->sd_bdevvp != NULL) {
478 vp = vp->v_specnode->sn_dev->sd_bdevvp;
504 vq = vp->v_specnode->sn_dev->sd_bdevvp
    [all...]
  /src/usr.bin/systat/
bufcache.c 319 if (!KREAD(sn.sn_dev, &sd, sizeof(sd)))

Completed in 12 milliseconds