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

/linux-master/tools/testing/selftests/bpf/
H A Dima_setup.sh44 local loop_device=$(losetup -a | grep ${mount_img:?} | cut -d ":" -f1)
46 mkfs.ext2 "${loop_device:?}"
47 mount "${loop_device}" "${mount_dir}"
50 local mount_uuid="$(blkid ${loop_device} | sed 's/.*UUID="\([^"]*\)".*/\1/')"
/linux-master/drivers/block/
H A Dloop.c50 struct loop_device { struct
102 * @lo: struct loop_device
103 * @global: true if @lo is about to bind another "struct loop_device", false otherwise
107 * Since loop_validate_file() traverses on other "struct loop_device" if
111 static int loop_global_lock_killable(struct loop_device *lo, bool global)
129 * @lo: struct loop_device
130 * @global: true if @lo was about to bind another "struct loop_device", false otherwise
132 static void loop_global_unlock(struct loop_device *lo, bool global)
163 static loff_t get_loop_size(struct loop_device *lo, struct file *file)
173 static bool lo_bdev_can_use_dio(struct loop_device *l
[all...]

Completed in 152 milliseconds