OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BLOCKDEV
(Results
1 - 2
of
2
) sorted by relevancy
/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" \
vgimportclone.sh
327
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 56 milliseconds
Indexes created Fri Sep 04 00:26:01 UTC 2026