Function calc_free_space

pub const fn calc_free_space(
    signed: bool,
    data: usize,
    path: &LkPath,
    links: usize,
) -> i64
Expand description

Calculate the free space left in bytes. Negative values means it will not fit.