Home
last modified time | relevance | path

Searched refs:total_free (Results 1 – 7 of 7) sorted by relevance

/rk3399_rockchip-uboot/fs/ubifs/
H A Dmaster.c192 if (c->lst.total_free < 0 || c->lst.total_free > main_sz || in validate_master()
193 c->lst.total_free & 7) { in validate_master()
208 if (c->lst.total_free + c->lst.total_dirty + in validate_master()
221 c->lst.total_dead > c->lst.total_free + c->lst.total_dirty || in validate_master()
228 c->lst.total_dark > c->lst.total_free + c->lst.total_dirty || in validate_master()
296 c->lst.total_free = le64_to_cpu(c->mst_node->total_free); in ubifs_read_master()
321 c->lst.total_free += growth * (long long)c->leb_size; in ubifs_read_master()
332 c->mst_node->total_free = cpu_to_le64(c->lst.total_free); in ubifs_read_master()
H A Dlprops.c547 ubifs_assert(!(c->lst.total_free & 7) && !(c->lst.total_dirty & 7)); in ubifs_change_lp()
580 c->lst.total_free += free - lprops->free; in ubifs_change_lp()
1096 lst->total_free += c->leb_size; in scan_check_cb()
1102 lst->total_free += lp->free; in scan_check_cb()
1219 lst->total_free += free; in scan_check_cb()
1285 lst.total_free != c->lst.total_free || in dbg_check_lprops()
1290 lst.empty_lebs, lst.idx_lebs, lst.total_free, in dbg_check_lprops()
1293 c->lst.empty_lebs, c->lst.idx_lebs, c->lst.total_free, in dbg_check_lprops()
H A Dubifs-media.h691 __le64 total_free; member
H A Dsb.c236 mst->total_free = cpu_to_le64(tmp64); in create_default_filesystem()
H A Dubifs.h1129 long long total_free; member
H A Ddebug.c397 (unsigned long long)le64_to_cpu(mst->total_free)); in ubifs_dump_node()
573 lst->taken_empty_lebs, lst->total_free, lst->total_dirty); in ubifs_dump_lstats()
H A Dsuper.c1317 if (c->lst.total_free + c->lst.total_dirty < c->dark_wm) { in check_free_space()