Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/
H A Dima_setup.sh44 local loop_device=$(losetup -a | grep ${mount_img:?} | cut -d ":" -f1)
47 mount "${loop_device}" "${mount_dir}"
50 local mount_uuid="$(blkid ${loop_device} | sed 's/.*UUID="\([^"]*\)".*/\1/')"