Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/fs/ubifs/
H A Drecovery.c113 err = ubifs_leb_read(c, lnum, sbuf, 0, c->leb_size, 0); in get_master_node()
539 err = ubifs_leb_read(c, lnum, sleb->buf, 0, in fix_unclean_leb()
820 err = ubifs_leb_read(c, lnum, (void *)cs_node, offs, in get_cs_sqnum()
932 err = ubifs_leb_read(c, lnum, sbuf, offs, len, 1); in recover_head()
937 err = ubifs_leb_read(c, lnum, sbuf, 0, offs, 1); in recover_head()
1004 err = ubifs_leb_read(c, lnum, buf, offs, len, 0); in clean_an_unclean_leb()
1442 err = ubifs_leb_read(c, lnum, c->sbuf, 0, c->leb_size, 1); in fix_size_in_place()
H A Dscan.c146 err = ubifs_leb_read(c, lnum, sbuf + offs, offs, c->leb_size - offs, 0); in ubifs_start_scan()
H A Dlpt.c1221 err = ubifs_leb_read(c, lnum, buf, offs, c->nnode_sz, 1); in ubifs_read_nnode()
1290 err = ubifs_leb_read(c, lnum, buf, offs, c->pnode_sz, 1); in read_pnode()
1332 err = ubifs_leb_read(c, c->ltab_lnum, buf, c->ltab_offs, c->ltab_sz, 1); in read_ltab()
1356 err = ubifs_leb_read(c, c->lsave_lnum, buf, c->lsave_offs, in read_lsave()
1829 err = ubifs_leb_read(c, branch->lnum, buf, branch->offs, in scan_get_nnode()
1898 err = ubifs_leb_read(c, branch->lnum, buf, branch->offs, in scan_get_pnode()
H A Dio.c93 int ubifs_leb_read(const struct ubifs_info *c, int lnum, void *buf, int offs, in ubifs_leb_read() function
937 err = ubifs_leb_read(c, lnum, buf, offs, rlen, 0); in ubifs_read_node_wbuf()
994 err = ubifs_leb_read(c, lnum, buf, offs, len, 0); in ubifs_read_node()
H A Dtnc.c460 err = ubifs_leb_read(c, lnum, buf, offs, len, 1); in try_read_node()
1668 return ubifs_leb_read(c, lnum, buf, offs, len, 0); in read_wbuf()
1682 return ubifs_leb_read(c, lnum, buf, offs, rlen, 0); in read_wbuf()
1769 err = ubifs_leb_read(c, lnum, bu->buf, offs, len, 0); in ubifs_tnc_bulk_read()
H A Dlpt_commit.c1156 err = ubifs_leb_read(c, lnum, buf, 0, c->leb_size, 1); in lpt_gc_lnum()
1651 err = ubifs_leb_read(c, lnum, buf, 0, c->leb_size, 1); in dbg_check_ltab_lnum()
1898 err = ubifs_leb_read(c, lnum, buf, 0, c->leb_size, 1); in dump_lpt_leb()
H A Dreplay.c519 err = ubifs_leb_read(c, next->lnum, (char *)&data, next->start, 4, 1); in is_last_bud()
H A Dsb.c694 err = ubifs_leb_read(c, lnum, c->sbuf, 0, len, 1); in fixup_leb()
H A Dubifs.h2086 int ubifs_leb_read(const struct ubifs_info *c, int lnum, void *buf, int offs,