Home
last modified time | relevance | path

Searched refs:ubifs_leb_read (Results 1 – 9 of 9) sorted by relevance

/external/u-boot/fs/ubifs/
Drecovery.c112 err = ubifs_leb_read(c, lnum, sbuf, 0, c->leb_size, 0); in get_master_node()
538 err = ubifs_leb_read(c, lnum, sleb->buf, 0, in fix_unclean_leb()
819 err = ubifs_leb_read(c, lnum, (void *)cs_node, offs, in get_cs_sqnum()
931 err = ubifs_leb_read(c, lnum, sbuf, offs, len, 1); in recover_head()
936 err = ubifs_leb_read(c, lnum, sbuf, 0, offs, 1); in recover_head()
1003 err = ubifs_leb_read(c, lnum, buf, offs, len, 0); in clean_an_unclean_leb()
1441 err = ubifs_leb_read(c, lnum, c->sbuf, 0, c->leb_size, 1); in fix_size_in_place()
Dlpt.c1220 err = ubifs_leb_read(c, lnum, buf, offs, c->nnode_sz, 1); in ubifs_read_nnode()
1289 err = ubifs_leb_read(c, lnum, buf, offs, c->pnode_sz, 1); in read_pnode()
1331 err = ubifs_leb_read(c, c->ltab_lnum, buf, c->ltab_offs, c->ltab_sz, 1); in read_ltab()
1355 err = ubifs_leb_read(c, c->lsave_lnum, buf, c->lsave_offs, in read_lsave()
1828 err = ubifs_leb_read(c, branch->lnum, buf, branch->offs, in scan_get_nnode()
1897 err = ubifs_leb_read(c, branch->lnum, buf, branch->offs, in scan_get_pnode()
Dio.c92 int ubifs_leb_read(const struct ubifs_info *c, int lnum, void *buf, int offs, in ubifs_leb_read() function
936 err = ubifs_leb_read(c, lnum, buf, offs, rlen, 0); in ubifs_read_node_wbuf()
993 err = ubifs_leb_read(c, lnum, buf, offs, len, 0); in ubifs_read_node()
Dscan.c145 err = ubifs_leb_read(c, lnum, sbuf + offs, offs, c->leb_size - offs, 0); in ubifs_start_scan()
Dtnc.c442 err = ubifs_leb_read(c, lnum, buf, offs, len, 1); in try_read_node()
1650 return ubifs_leb_read(c, lnum, buf, offs, len, 0); in read_wbuf()
1664 return ubifs_leb_read(c, lnum, buf, offs, rlen, 0); in read_wbuf()
1751 err = ubifs_leb_read(c, lnum, bu->buf, offs, len, 0); in ubifs_tnc_bulk_read()
Dlpt_commit.c1155 err = ubifs_leb_read(c, lnum, buf, 0, c->leb_size, 1); in lpt_gc_lnum()
1650 err = ubifs_leb_read(c, lnum, buf, 0, c->leb_size, 1); in dbg_check_ltab_lnum()
1897 err = ubifs_leb_read(c, lnum, buf, 0, c->leb_size, 1); in dump_lpt_leb()
Dreplay.c518 err = ubifs_leb_read(c, next->lnum, (char *)&data, next->start, 4, 1); in is_last_bud()
Dsb.c693 err = ubifs_leb_read(c, lnum, c->sbuf, 0, len, 1); in fixup_leb()
Dubifs.h2085 int ubifs_leb_read(const struct ubifs_info *c, int lnum, void *buf, int offs,