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.c124 return insert_old_idx(c, zbr->lnum, zbr->offs); in insert_old_idx_znode()
149 err = insert_old_idx(c, zbr->lnum, zbr->offs); in ins_clr_old_idx_znode()
263 err = add_idx_dirt(c, zbr->lnum, zbr->len); in dirty_cow_znode()
275 err = insert_old_idx(c, zbr->lnum, zbr->offs); in dirty_cow_znode()
278 err = add_idx_dirt(c, zbr->lnum, zbr->len); in dirty_cow_znode()
401 memcpy(node, zbr->leaf, zbr->len); in tnc_read_node_nm()
506 zbr->lnum, zbr->offs, zbr->len); in fallible_read_node()
999 if (zbr->lnum == lnum && zbr->offs == offs) in matches_position()
1557 offs = ALIGN(zbr->offs + zbr->len, 8); in ubifs_tnc_get_bu_keys()
1711 zbr->lnum, zbr->offs); in validate_data_node()
[all …]
A Ddebug.c873 znode, zbr->lnum, zbr->offs, zbr->len, znode->parent, znode->iip, in ubifs_dump_znode()
886 n, zbr->znode, zbr->lnum, zbr->offs, zbr->len, in ubifs_dump_znode()
891 n, zbr->znode, zbr->lnum, zbr->offs, zbr->len, in ubifs_dump_znode()
1668 err, zbr->lnum, zbr->offs); in dbg_walk_index()
1992 zbr->lnum, zbr->offs, err); in read_add_inode()
2035 zbr->len, zbr->lnum, zbr->offs); in check_leaf()
2046 zbr->lnum, zbr->offs, err); in check_leaf()
2064 type, zbr->lnum, zbr->offs); in check_leaf()
2102 zbr->lnum, zbr->offs, fscki->size); in check_leaf()
2287 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 28 milliseconds