Searched refs:ubifs_change_lp (Results 1 – 4 of 4) sorted by relevance
/u-boot/fs/ubifs/ |
A D | gc.c | 856 lp = ubifs_change_lp(c, lp, c->leb_size, 0, lp->flags, 0); in ubifs_gc_start_commit() 887 lp = ubifs_change_lp(c, lp, c->leb_size, 0, flags, 1); in ubifs_gc_start_commit()
|
A D | lprops.c | 527 const struct ubifs_lprops *ubifs_change_lp(struct ubifs_info *c, in ubifs_change_lp() function 671 lp = ubifs_change_lp(c, lp, free, dirty, flags, idx_gc_cnt); in ubifs_change_one_lp() 710 lp = ubifs_change_lp(c, lp, free, lp->dirty + dirty, flags, 0); in ubifs_update_one_lp()
|
A D | replay.c | 143 lp = ubifs_change_lp(c, lp, b->free, dirty + b->dirty, in set_bud_lprops() 982 lp = ubifs_change_lp(c, lp, LPROPS_NC, LPROPS_NC, in take_ihead()
|
A D | ubifs.h | 2325 const struct ubifs_lprops *ubifs_change_lp(struct ubifs_info *c,
|
Completed in 14 milliseconds