Home
last modified time | relevance | path

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

/fs/ubifs/
A Dtnc.c126 return insert_old_idx(c, zbr->lnum, zbr->offs); in insert_old_idx_znode()
151 err = insert_old_idx(c, zbr->lnum, zbr->offs); in ins_clr_old_idx_znode()
283 err = add_idx_dirt(c, zbr->lnum, zbr->len); in dirty_cow_znode()
305 err = add_idx_dirt(c, zbr->lnum, zbr->len); in dirty_cow_znode()
431 memcpy(node, zbr->leaf, zbr->len); in tnc_read_hashed_node()
553 zbr->lnum, zbr->offs, zbr->len); in fallible_read_node()
1047 if (zbr->lnum == lnum && zbr->offs == offs) in matches_position()
1602 offs = ALIGN(zbr->offs + zbr->len, 8); in ubifs_tnc_get_bu_keys()
1740 err = ubifs_check_node(c, buf, zbr->len, zbr->lnum, zbr->offs, 0, 0); in validate_data_node()
1748 ubifs_bad_hash(c, buf, zbr->hash, zbr->lnum, zbr->offs); in validate_data_node()
[all …]
A Dtnc_misc.c337 zbr->znode = NULL; in read_znode()
342 zbr->lnum >= c->leb_cnt || zbr->offs < 0 || in read_znode()
343 zbr->offs + zbr->len > c->leb_size || zbr->offs & 7) { in read_znode()
369 type, zbr->len); in read_znode()
377 type, zbr->len); in read_znode()
461 zbr->znode = znode; in ubifs_load_znode()
496 zbr->lnum, zbr->offs); in ubifs_tnc_read_node()
498 err = ubifs_read_node(c, node, type, zbr->len, zbr->lnum, in ubifs_tnc_read_node()
499 zbr->offs); in ubifs_tnc_read_node()
510 zbr->lnum, zbr->offs); in ubifs_tnc_read_node()
[all …]
A Dtnc_commit.c45 if (!zbr->lnum || !zbr->len) { in make_idx_node()
48 if (zbr->znode) in make_idx_node()
69 zbr->lnum = lnum; in make_idx_node()
70 zbr->offs = offs; in make_idx_node()
71 zbr->len = len; in make_idx_node()
483 zbr->lnum = lnum; in layout_in_empty_space()
485 zbr->len = len; in layout_in_empty_space()
602 if (zbr->znode && ubifs_zn_dirty(zbr->znode)) { in find_first_dirty()
630 if (zbr->znode && ubifs_zn_dirty(zbr->znode)) in find_next_dirty()
880 if (!zbr->lnum || !zbr->len) { in write_index()
[all …]
A Ddebug.c882 znode, zbr->lnum, zbr->offs, zbr->len, znode->parent, znode->iip, in ubifs_dump_znode()
895 n, zbr->znode, zbr->lnum, zbr->offs, zbr->len, in ubifs_dump_znode()
900 n, zbr->znode, zbr->lnum, zbr->offs, zbr->len, in ubifs_dump_znode()
1645 err, zbr->lnum, zbr->offs); in dbg_walk_index()
1973 zbr->lnum, zbr->offs, err); in read_add_inode()
2016 zbr->len, zbr->lnum, zbr->offs); in check_leaf()
2027 zbr->lnum, zbr->offs, err); in check_leaf()
2045 type, zbr->lnum, zbr->offs); in check_leaf()
2083 zbr->lnum, zbr->offs, fscki->size); in check_leaf()
2268 zbr->lnum, zbr->offs, err); in check_inodes()
[all …]
A Dorphan.c810 static int dbg_orphan_check(struct ubifs_info *c, struct ubifs_zbranch *zbr, in dbg_orphan_check() argument
817 inum = key_inum(c, &zbr->key); in dbg_orphan_check()
823 if (key_type(c, &zbr->key) != UBIFS_INO_KEY && in dbg_orphan_check()
824 key_type(c, &zbr->key) != UBIFS_XENT_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.h1894 struct ubifs_zbranch *zbr,
1896 int ubifs_tnc_read_node(struct ubifs_info *c, struct ubifs_zbranch *zbr,

Completed in 28 milliseconds