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

  /src/external/gpl2/lvm2/dist/test/
t-read-ahead.sh 47 blockdev --setra 768 $dev1
49 test $(blockdev --getra $G_dev_/$vg/$lv) -eq 768
test-utils.sh 109 if ! loopsz=`blockdev --getsz $LOOP 2>/dev/null`; then
110 loopsz=`blockdev --getsize $LOOP 2>/dev/null`
  /src/external/gpl3/gdb/dist/readline/readline/
colors.h 109 blockdev, enumerator in enum:filetype
  /src/external/gpl3/gdb.old/dist/readline/readline/
colors.h 109 blockdev, enumerator in enum:filetype
  /src/external/gpl2/lvm2/dist/scripts/
fsadm.sh 20 # mount, umount, grep, readlink, blockdev, blkid, fsck, xfs_check
43 BLOCKDEV=blockdev
184 # check if blockdev supports getsize64
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" \

Completed in 42 milliseconds