Searched refs:root_offset_bytes (Results 1 – 1 of 1) sorted by relevance
265 local root_offset_bytes=$((root_offset_sector * 512))266 if ! is_ext2 "$ssd_device" "$root_offset_bytes"; then268 elif ! rw_mount_disabled "$ssd_device" "$root_offset_bytes"; then273 enable_rw_mount "$ssd_device" "$root_offset_bytes" >"$EXEC_LOG" 2>&1 ||