Searched refs:need_write_all (Results 1 - 1 of 1) sorted by relevance

/u-boot/fs/ubifs/
H A Dlpt_commit.c720 * need_write_all - determine if the LPT area is running out of free space.
726 static int need_write_all(struct ubifs_info *c) function
1250 while (need_write_all(c)) {
1267 if (!c->big_lpt && need_write_all(c)) {
1364 while (need_write_all(c)) {

Completed in 87 milliseconds