Searched refs:ubifs_change_lp (Results 1 – 4 of 4) sorted by relevance
/external/u-boot/fs/ubifs/ |
D | gc.c | 854 lp = ubifs_change_lp(c, lp, c->leb_size, 0, lp->flags, 0); in ubifs_gc_start_commit() 885 lp = ubifs_change_lp(c, lp, c->leb_size, 0, flags, 1); in ubifs_gc_start_commit()
|
D | lprops.c | 525 const struct ubifs_lprops *ubifs_change_lp(struct ubifs_info *c, in ubifs_change_lp() function 669 lp = ubifs_change_lp(c, lp, free, dirty, flags, idx_gc_cnt); in ubifs_change_one_lp() 708 lp = ubifs_change_lp(c, lp, free, lp->dirty + dirty, flags, 0); in ubifs_update_one_lp()
|
D | replay.c | 141 lp = ubifs_change_lp(c, lp, b->free, dirty + b->dirty, in set_bud_lprops() 980 lp = ubifs_change_lp(c, lp, LPROPS_NC, LPROPS_NC, in take_ihead()
|
D | ubifs.h | 2325 const struct ubifs_lprops *ubifs_change_lp(struct ubifs_info *c,
|