Searched refs:loop_device (Results 1 – 2 of 2) sorted by relevance
48 struct loop_device { struct479 struct loop_device *l; in loop_validate_file()764 struct loop_device *lo;881 struct loop_device *lo = container_of(timer, struct loop_device, timer); in loop_free_idle_workers_timer()1821 struct loop_device *lo = rq->q->queuedata; in loop_queue_rq()1865 struct loop_device *lo = rq->q->queuedata; in loop_handle_cmd()1950 struct loop_device *lo = in loop_rootcg_workfn()1968 struct loop_device *lo; in loop_add()2106 struct loop_device *lo; in loop_control_remove()2153 struct loop_device *lo; in loop_control_get_free()[all …]
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/')"