Lines Matching defs:ubifs_lprops
479 * struct ubifs_lprops - logical eraseblock properties.
487 struct ubifs_lprops {
586 struct ubifs_lprops lprops[UBIFS_LPT_FANOUT];
636 struct ubifs_lprops **arr;
658 const struct ubifs_lprops *lprops,
1849 int ubifs_find_dirty_leb(struct ubifs_info *c, struct ubifs_lprops *ret_lp,
1953 int ubifs_garbage_collect_leb(struct ubifs_info *c, struct ubifs_lprops *lp);
1968 struct ubifs_lprops *ubifs_lpt_lookup(struct ubifs_info *c, int lnum);
1969 struct ubifs_lprops *ubifs_lpt_lookup_dirty(struct ubifs_info *c, int lnum);
2003 const struct ubifs_lprops *ubifs_change_lp(struct ubifs_info *c,
2004 const struct ubifs_lprops *lp,
2008 void ubifs_add_to_cat(struct ubifs_info *c, struct ubifs_lprops *lprops,
2010 void ubifs_replace_cat(struct ubifs_info *c, struct ubifs_lprops *old_lprops,
2011 struct ubifs_lprops *new_lprops);
2012 void ubifs_ensure_cat(struct ubifs_info *c, struct ubifs_lprops *lprops);
2014 const struct ubifs_lprops *lprops);
2019 int ubifs_read_one_lp(struct ubifs_info *c, int lnum, struct ubifs_lprops *lp);
2020 const struct ubifs_lprops *ubifs_fast_find_free(struct ubifs_info *c);
2021 const struct ubifs_lprops *ubifs_fast_find_empty(struct ubifs_info *c);
2022 const struct ubifs_lprops *ubifs_fast_find_freeable(struct ubifs_info *c);
2023 const struct ubifs_lprops *ubifs_fast_find_frdi_idx(struct ubifs_info *c);