Home
last modified time | relevance | path

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

/linux-4.19.296/fs/qnx4/
Dbitmap.c25 int total_free = 0; in qnx4_count_free_blocks() local
37 total_free += bytes * BITS_PER_BYTE - in qnx4_count_free_blocks()
44 return total_free; in qnx4_count_free_blocks()
/linux-4.19.296/fs/ubifs/
Dmaster.c198 if (c->lst.total_free < 0 || c->lst.total_free > main_sz || in validate_master()
199 c->lst.total_free & 7) { in validate_master()
214 if (c->lst.total_free + c->lst.total_dirty + in validate_master()
227 c->lst.total_dead > c->lst.total_free + c->lst.total_dirty || in validate_master()
234 c->lst.total_dark > c->lst.total_free + c->lst.total_dirty || in validate_master()
302 c->lst.total_free = le64_to_cpu(c->mst_node->total_free); in ubifs_read_master()
327 c->lst.total_free += growth * (long long)c->leb_size; in ubifs_read_master()
338 c->mst_node->total_free = cpu_to_le64(c->lst.total_free); in ubifs_read_master()
Dlprops.c553 ubifs_assert(c, !(c->lst.total_free & 7) && !(c->lst.total_dirty & 7)); in ubifs_change_lp()
586 c->lst.total_free += free - lprops->free; in ubifs_change_lp()
1098 lst->total_free += c->leb_size; in scan_check_cb()
1104 lst->total_free += lp->free; in scan_check_cb()
1225 lst->total_free += free; in scan_check_cb()
1291 lst.total_free != c->lst.total_free || in dbg_check_lprops()
1296 lst.empty_lebs, lst.idx_lebs, lst.total_free, in dbg_check_lprops()
1299 c->lst.empty_lebs, c->lst.idx_lebs, c->lst.total_free, in dbg_check_lprops()
Dcommit.c192 c->mst_node->total_free = cpu_to_le64(lst.total_free); in do_commit()
Dubifs-media.h713 __le64 total_free; member
Dsb.c252 mst->total_free = cpu_to_le64(tmp64); in create_default_filesystem()
Dubifs.h533 long long total_free; member
Ddebug.c398 (unsigned long long)le64_to_cpu(mst->total_free)); in ubifs_dump_node()
575 lst->taken_empty_lebs, lst->total_free, lst->total_dirty); in ubifs_dump_lstats()
Dsuper.c1163 if (c->lst.total_free + c->lst.total_dirty < c->dark_wm) { in check_free_space()