Searched refs:is_loop_device (Results 1 – 4 of 4) sorted by relevance
64 is_loop_device $disk && continue77 if is_loop_device $DISK1; then92 if is_loop_device $DISK1; then
57 elif ( is_mpath_device $ZFS_DISK || is_loop_device $ZFS_DISK ); then82 elif ( is_mpath_device $ZFS_DISK || is_loop_device $ZFS_DISK ); then90 elif ( is_mpath_device $NONZFS_DISK || is_loop_device $NONZFS_DISK ); then
24 if is_loop_device $disk || is_mpath_device $disk; then39 if is_loop_device $DISK1; then
149 function is_loop_device #disk222 elif is_mpath_device $disk || is_loop_device $disk; then