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

/u-boot/fs/ubifs/
H A Dlpt_commit.c134 * upd_ltab - update LPT LEB properties.
140 static void upd_ltab(struct ubifs_info *c, int lnum, int free, int dirty) function
235 upd_ltab(c, lnum, c->leb_size - alen, alen - offs);
278 upd_ltab(c, lnum, c->leb_size - alen, alen - offs);
298 upd_ltab(c, lnum, c->leb_size - alen, alen - offs);
314 upd_ltab(c, lnum, c->leb_size - alen, alen - offs);

Completed in 37 milliseconds