Searched refs:losetup (Results 1 – 11 of 11) sorted by relevance
/third_party/exfatprogs/tests/ |
D | test_fsck.sh | 41 DEV_FILE=$(losetup -f "${IMAGE_FILE}" --show) 52 losetup -d "${DEV_FILE}" 64 losetup -d "${DEV_FILE}" 74 losetup -d "${DEV_FILE}"
|
/third_party/ltp/testcases/kernel/fs/mongo/ |
D | test.sh | 60 losetup /dev/loop0 reiserfs 66 losetup -d /dev/loop0 79 losetup /dev/loop0 jfs 84 losetup -d /dev/loop0
|
/third_party/ltp/testcases/kernel/mce-test/kvm/host/ |
D | host_run.sh | 157 which losetup &>/dev/null 165 loop_dev=`losetup -o ${offset} -f --show ${image}` 176 losetup -d ${loop_dev} 183 losetup -d ${loop_dev} 197 losetup -d ${loop_dev}
|
/third_party/ltp/testcases/misc/lvm/ |
D | cleanup_lvm.sh | 18 DEVLIST=`losetup -lnO NAME,BACK-FILE | grep "$LVM_IMGDIR" | cut -d ' ' -f 1`
|
/third_party/toybox/ |
D | BUILD.gn | 86 "toys/other/losetup.c", 327 "bin/losetup", 574 "toys/other/losetup.c", 840 "losetup",
|
/third_party/ltp/testcases/kernel/mce-test/kvm/ |
D | README | 42 * (optionally) losetup
|
/third_party/ltp/testcases/kernel/fs/acl/ |
D | tacl_xattr.sh | 83 losetup /dev/loop0 tacl/blkext2 >/dev/null 2>&1
|
/third_party/toybox/generated/ |
D | newtoys.h | 151 USE_LOSETUP(NEWTOY(losetup, ">2S(sizelimit)#s(show)ro#j:fdcaD[!afj]", TOYFLAG_SBIN))
|
D | globals.h | 1521 struct losetup_data losetup; member
|
D | flags.h | 4828 #define TT this.losetup
|
/third_party/NuttX/ |
D | ReleaseNotes | 731 * Added the 'dd' and 'losetup' commands to NSH. These commands 7215 kernel: dd, df, losetup, mkfatfs, mkdr, and ps. 10000 - dev/loop: Added a loop character device. losetup() and loteardown() 10088 - losetup command: NSH no longer calls losetup() and loteardown 10099 up a loop device for the smart MTD driver similar to losetup but 17277 - drivers/loop: If we want to open read-only in losetup.c, flags
|