Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
jlayton
/
xfstests-dev
/
refs/heads/master
/
.
/
common
/
ubifs
blob: 083232600b60a3e5cac5c37ee54a5a9893848bf4 [
file
] [
log
] [
blame
]
#!/bin/bash
# SPDX-License-Identifier: GPL-2.0-only
_get_leb_size
()
{
local
ubivol
=
$1
cat
/
sys
/
class
/
ubi
/
`basename $ubivol`
/
usable_eb_size
}