Searched refs:loop_device (Results 1 – 3 of 3) sorted by relevance
538 struct loop_device *l; in loop_validate_file()644 struct loop_device *lo = disk->private_data; in loop_attr_show()800 struct loop_device *lo;1802 struct loop_device *lo = rq->q->queuedata; in loop_queue_rq()1842 struct loop_device *lo = rq->q->queuedata; in loop_handle_cmd()1926 struct loop_device *lo = in loop_rootcg_workfn()1933 struct loop_device *lo = container_of(timer, struct loop_device, timer); in loop_free_idle_workers()1959 struct loop_device *lo; in loop_add()2102 struct loop_device *lo; in loop_control_remove()2150 struct loop_device *lo; in loop_control_get_free()[all …]
29 struct loop_device { struct
44 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/')"
Completed in 27 milliseconds