summaryrefslogtreecommitdiff
path: root/common/ubifs
blob: 083232600b60a3e5cac5c37ee54a5a9893848bf4 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/bash
# SPDX-License-Identifier: GPL-2.0-only

_get_leb_size()
{
	local ubivol=$1

	cat /sys/class/ubi/`basename $ubivol`/usable_eb_size
}