Searched refs:BLOCKDEV (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl2/lvm2/dist/scripts/
H A Dfsadm.sh43 BLOCKDEV=blockdev
185 $BLOCKDEV 2>&1 | $GREP getsize64 >/dev/null
187 DEVSIZE=$($BLOCKDEV --getsize64 "$VOLUME") || error "Cannot read size of device \"$VOLUME\""
189 DEVSIZE=$($BLOCKDEV --getsize "$VOLUME") || error "Cannot read size of device \"$VOLUME\""
190 SSSIZE=$($BLOCKDEV --getss "$VOLUME") || error "Cannot block size read device \"$VOLUME\""
366 -a -n "$RMDIR" -a -n "$BLOCKDEV" -a -n "$BLKID" -a -n "$GREP" -a -n "$READLINK" \
H A Dvgimportclone.sh327 for BLOCKDEV in ${PVLIST}
329 "$LVM" pvchange ${LVM_OPTS} ${TEST_OPT} --uuid ${BLOCKDEV} --config 'global{activation=0}'
330 checkvalue $? "Unable to change PV uuid for ${BLOCKDEV}"

Completed in 132 milliseconds