OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Wed Oct 15 16:09:53 GMT 2025