Home
last modified time | relevance | path

Searched refs:sleb (Results 1 – 12 of 12) sorted by relevance

/Linux-v4.19/fs/ubifs/
Dscan.c140 struct ubifs_scan_leb *sleb; in ubifs_start_scan() local
145 sleb = kzalloc(sizeof(struct ubifs_scan_leb), GFP_NOFS); in ubifs_start_scan()
146 if (!sleb) in ubifs_start_scan()
149 sleb->lnum = lnum; in ubifs_start_scan()
150 INIT_LIST_HEAD(&sleb->nodes); in ubifs_start_scan()
151 sleb->buf = sbuf; in ubifs_start_scan()
157 kfree(sleb); in ubifs_start_scan()
165 return sleb; in ubifs_start_scan()
175 void ubifs_end_scan(const struct ubifs_info *c, struct ubifs_scan_leb *sleb, in ubifs_end_scan() argument
181 sleb->endpt = ALIGN(offs, c->min_io_size); in ubifs_end_scan()
[all …]
Dreplay.c543 struct ubifs_scan_leb *sleb; in replay_bud() local
556 sleb = ubifs_recover_leb(c, lnum, offs, c->sbuf, b->bud->jhead); in replay_bud()
558 sleb = ubifs_scan(c, lnum, offs, c->sbuf, 0); in replay_bud()
559 if (IS_ERR(sleb)) in replay_bud()
560 return PTR_ERR(sleb); in replay_bud()
584 list_for_each_entry(snod, &sleb->nodes, list) { in replay_bud()
673 ubifs_assert(c, sleb->endpt - offs >= used); in replay_bud()
674 ubifs_assert(c, sleb->endpt % c->min_io_size == 0); in replay_bud()
676 b->dirty = sleb->endpt - offs - used; in replay_bud()
677 b->free = c->leb_size - sleb->endpt; in replay_bud()
[all …]
Drecovery.c502 static int fix_unclean_leb(struct ubifs_info *c, struct ubifs_scan_leb *sleb, in fix_unclean_leb() argument
505 int lnum = sleb->lnum, endpt = start; in fix_unclean_leb()
508 if (!list_empty(&sleb->nodes)) { in fix_unclean_leb()
511 snod = list_entry(sleb->nodes.prev, in fix_unclean_leb()
521 lnum, start, sleb->endpt); in fix_unclean_leb()
533 lnum, start, sleb->endpt); in fix_unclean_leb()
542 err = ubifs_leb_read(c, lnum, sleb->buf, 0, in fix_unclean_leb()
552 void *buf = sleb->buf + len - pad_len; in fix_unclean_leb()
557 err = ubifs_leb_change(c, lnum, sleb->buf, len); in fix_unclean_leb()
573 static void drop_last_group(struct ubifs_scan_leb *sleb, int *offs) in drop_last_group() argument
[all …]
Dorphan.c560 static int do_kill_orphans(struct ubifs_info *c, struct ubifs_scan_leb *sleb, in do_kill_orphans() argument
570 list_for_each_entry(snod, &sleb->nodes, list) { in do_kill_orphans()
573 snod->type, sleb->lnum, snod->offs); in do_kill_orphans()
600 cmt_no, sleb->lnum, snod->offs); in do_kill_orphans()
604 dbg_rcvry("out of date LEB %d", sleb->lnum); in do_kill_orphans()
628 cmt_no, sleb->lnum, snod->offs); in do_kill_orphans()
671 struct ubifs_scan_leb *sleb; in kill_orphans() local
674 sleb = ubifs_scan(c, lnum, 0, c->sbuf, 1); in kill_orphans()
675 if (IS_ERR(sleb)) { in kill_orphans()
676 if (PTR_ERR(sleb) == -EUCLEAN) in kill_orphans()
[all …]
Dgc.c243 static int sort_nodes(struct ubifs_info *c, struct ubifs_scan_leb *sleb, in sort_nodes() argument
252 list_for_each_entry_safe(snod, tmp, &sleb->nodes, list) { in sort_nodes()
274 err = ubifs_tnc_has_node(c, &snod->key, 0, sleb->lnum, in sort_nodes()
294 list_sort(c, &sleb->nodes, &data_nodes_cmp); in sort_nodes()
297 err = dbg_check_data_nodes_order(c, &sleb->nodes); in sort_nodes()
317 static int move_node(struct ubifs_info *c, struct ubifs_scan_leb *sleb, in move_node() argument
327 err = ubifs_tnc_replace(c, &snod->key, sleb->lnum, in move_node()
345 static int move_nodes(struct ubifs_info *c, struct ubifs_scan_leb *sleb) in move_nodes() argument
361 err = sort_nodes(c, sleb, &nondata, &min); in move_nodes()
371 list_for_each_entry_safe(snod, tmp, &sleb->nodes, list) { in move_nodes()
[all …]
Dmaster.c38 struct ubifs_scan_leb *sleb; in scan_for_master() local
44 sleb = ubifs_scan(c, lnum, 0, c->sbuf, 1); in scan_for_master()
45 if (IS_ERR(sleb)) in scan_for_master()
46 return PTR_ERR(sleb); in scan_for_master()
47 nodes_cnt = sleb->nodes_cnt; in scan_for_master()
49 snod = list_entry(sleb->nodes.prev, struct ubifs_scan_node, in scan_for_master()
56 ubifs_scan_destroy(sleb); in scan_for_master()
60 sleb = ubifs_scan(c, lnum, 0, c->sbuf, 1); in scan_for_master()
61 if (IS_ERR(sleb)) in scan_for_master()
62 return PTR_ERR(sleb); in scan_for_master()
[all …]
Dlog.c635 struct ubifs_scan_leb *sleb; in ubifs_consolidate_log() local
649 sleb = ubifs_scan(c, lnum, 0, c->sbuf, 0); in ubifs_consolidate_log()
650 if (IS_ERR(sleb)) { in ubifs_consolidate_log()
651 err = PTR_ERR(sleb); in ubifs_consolidate_log()
654 list_for_each_entry(snod, &sleb->nodes, list) { in ubifs_consolidate_log()
682 ubifs_scan_destroy(sleb); in ubifs_consolidate_log()
716 ubifs_scan_destroy(sleb); in ubifs_consolidate_log()
Dtnc_commit.c233 struct ubifs_scan_leb *sleb; in layout_leb_in_gaps() local
253 sleb = ubifs_scan(c, lnum, 0, c->ileb_buf, 0); in layout_leb_in_gaps()
255 if (IS_ERR(sleb)) in layout_leb_in_gaps()
256 return PTR_ERR(sleb); in layout_leb_in_gaps()
258 list_for_each_entry(snod, &sleb->nodes, list) { in layout_leb_in_gaps()
270 ubifs_scan_destroy(sleb); in layout_leb_in_gaps()
286 ubifs_scan_destroy(sleb); in layout_leb_in_gaps()
293 ubifs_scan_destroy(sleb); in layout_leb_in_gaps()
Dlprops.c1031 struct ubifs_scan_leb *sleb; in scan_check_cb() local
1114 sleb = ubifs_scan(c, lnum, 0, buf, 0); in scan_check_cb()
1115 if (IS_ERR(sleb)) { in scan_check_cb()
1116 ret = PTR_ERR(sleb); in scan_check_cb()
1125 list_for_each_entry(snod, &sleb->nodes, list) { in scan_check_cb()
1155 free = c->leb_size - sleb->endpt; in scan_check_cb()
1156 dirty = sleb->endpt - used; in scan_check_cb()
1237 ubifs_scan_destroy(sleb); in scan_check_cb()
1246 ubifs_scan_destroy(sleb); in scan_check_cb()
Ddebug.c801 const struct ubifs_scan_leb *sleb, int offs) in ubifs_dump_sleb() argument
806 current->pid, sleb->lnum, offs); in ubifs_dump_sleb()
808 list_for_each_entry(snod, &sleb->nodes, list) { in ubifs_dump_sleb()
811 sleb->lnum, snod->offs, snod->len); in ubifs_dump_sleb()
818 struct ubifs_scan_leb *sleb; in ubifs_dump_leb() local
830 sleb = ubifs_scan(c, lnum, 0, buf, 0); in ubifs_dump_leb()
831 if (IS_ERR(sleb)) { in ubifs_dump_leb()
832 ubifs_err(c, "scan error %d", (int)PTR_ERR(sleb)); in ubifs_dump_leb()
837 sleb->nodes_cnt, sleb->endpt); in ubifs_dump_leb()
839 list_for_each_entry(snod, &sleb->nodes, list) { in ubifs_dump_leb()
[all …]
Dubifs.h1507 void ubifs_scan_destroy(struct ubifs_scan_leb *sleb);
1512 void ubifs_end_scan(const struct ubifs_info *c, struct ubifs_scan_leb *sleb,
1514 int ubifs_add_snod(const struct ubifs_info *c, struct ubifs_scan_leb *sleb,
Ddebug.h267 const struct ubifs_scan_leb *sleb, int offs);