| Top |  |  |  |  | 
Delete (IN a{sv} options); SetAutoclear (IN b value, IN a{sv} options);
Delete (IN  a{sv} options);
Deletes the loop device.
| 
 | Options (currently unused except for standard options). | 
SetAutoclear (IN  b     value,
              IN  a{sv} options);
Setter for the "Autoclear" property. Since this may require authentication and thus may fail, it is implemented this way instead of the property being writable.
| 
 | The new value of autoclear. | 
| 
 | Options (currently unused except for standard options). | 
BackingFile readable ay
A path to the file that is backing the block device or blank if unknown.
Autoclear readable b
If TRUE, the kernel will automatically clear the loop device
when the last closer closes the device. This typically
happens when the loop device is unmounted.