Home
last modified time | relevance | path

Searched refs:wlabel (Results 1 – 4 of 4) sorted by relevance

/mirbsd/src/sys/arch/i386/i386/
Ddisksubr.c549 bounds_check_with_label(bp, lp, osdep, wlabel) in bounds_check_with_label() argument
553 int wlabel;
589 (bp->b_flags & B_READ) == 0 && !wlabel) {
/mirbsd/src/sys/arch/sparc/sparc/
Ddisksubr.c319 bounds_check_with_label(bp, lp, osdep, wlabel) in bounds_check_with_label() argument
323 int wlabel;
340 ((bp->b_flags & B_READ) == 0) && (wlabel == 0)) {
/mirbsd/src/sys/dev/
Dccd.c702 int wlabel; in ccdstrategy() local
726 wlabel = cs->sc_flags & (CCDF_WLABEL|CCDF_LABELLING); in ccdstrategy()
729 wlabel) <= 0) in ccdstrategy()
/mirbsd/src/sys/dev/raidframe/
Drf_openbsdkintf.c779 int wlabel; in raidstrategy() local
816 wlabel = rs->sc_flags & (RAIDF_WLABEL | RAIDF_LABELLING); in raidstrategy()
819 wlabel) <= 0) { in raidstrategy()
821 (int)bp->b_blkno, (int)wlabel)); in raidstrategy()