Home
last modified time | relevance | path

Searched refs:zbr (Results 1 – 6 of 6) sorted by relevance

/u-boot/fs/ubifs/
A Dtnc_misc.c305 zbr->znode = NULL; in read_znode()
310 zbr->lnum >= c->leb_cnt || zbr->offs < 0 || in read_znode()
311 zbr->offs + zbr->len > c->leb_size || zbr->offs & 7) { in read_znode()
337 type, zbr->len); in read_znode()
345 type, zbr->len); in read_znode()
415 err = read_znode(c, zbr->lnum, zbr->offs, zbr->len, znode); in ubifs_load_znode()
429 zbr->znode = znode; in ubifs_load_znode()
465 zbr->lnum, zbr->offs); in ubifs_tnc_read_node()
467 err = ubifs_read_node(c, node, type, zbr->len, zbr->lnum, in ubifs_tnc_read_node()
468 zbr->offs); in ubifs_tnc_read_node()
[all …]
A Dtnc.c129 return insert_old_idx(c, zbr->lnum, zbr->offs); in insert_old_idx_znode()
154 err = insert_old_idx(c, zbr->lnum, zbr->offs); in ins_clr_old_idx_znode()
268 err = add_idx_dirt(c, zbr->lnum, zbr->len); in dirty_cow_znode()
280 err = insert_old_idx(c, zbr->lnum, zbr->offs); in dirty_cow_znode()
283 err = add_idx_dirt(c, zbr->lnum, zbr->len); in dirty_cow_znode()
406 memcpy(node, zbr->leaf, zbr->len); in tnc_read_node_nm()
523 zbr->lnum, zbr->offs, zbr->len); in fallible_read_node()
1016 if (zbr->lnum == lnum && zbr->offs == offs) in matches_position()
1574 offs = ALIGN(zbr->offs + zbr->len, 8); in ubifs_tnc_get_bu_keys()
1728 zbr->lnum, zbr->offs); in validate_data_node()
[all …]
A Ddebug.c890 znode, zbr->lnum, zbr->offs, zbr->len, znode->parent, znode->iip, in ubifs_dump_znode()
903 n, zbr->znode, zbr->lnum, zbr->offs, zbr->len, in ubifs_dump_znode()
908 n, zbr->znode, zbr->lnum, zbr->offs, zbr->len, in ubifs_dump_znode()
1696 err, zbr->lnum, zbr->offs); in dbg_walk_index()
2020 zbr->lnum, zbr->offs, err); in read_add_inode()
2063 zbr->len, zbr->lnum, zbr->offs); in check_leaf()
2074 zbr->lnum, zbr->offs, err); in check_leaf()
2092 type, zbr->lnum, zbr->offs); in check_leaf()
2130 zbr->lnum, zbr->offs, fscki->size); in check_leaf()
2315 zbr->lnum, zbr->offs, err); in check_inodes()
[all …]
A Dorphan.c814 static int dbg_orphan_check(struct ubifs_info *c, struct ubifs_zbranch *zbr, in dbg_orphan_check() argument
821 inum = key_inum(c, &zbr->key); in dbg_orphan_check()
824 if (key_type(c, &zbr->key) != UBIFS_INO_KEY) in dbg_orphan_check()
826 (unsigned long)inum, key_type(c, &zbr->key)); in dbg_orphan_check()
829 err = ubifs_tnc_read_node(c, zbr, ci->node); in dbg_orphan_check()
A Ddebug.h16 struct ubifs_zbranch *zbr, void *priv);
A Dubifs.h2230 struct ubifs_zbranch *zbr,
2232 int ubifs_tnc_read_node(struct ubifs_info *c, struct ubifs_zbranch *zbr,

Completed in 39 milliseconds