Searched refs:zbr (Results 1 – 8 of 8) sorted by relevance
| /linux/fs/ubifs/ |
| A D | tnc_misc.c | 315 zbr->znode = NULL; in read_znode() 320 zbr->lnum >= c->leb_cnt || zbr->offs < 0 || in read_znode() 321 zbr->offs + zbr->len > c->leb_size || zbr->offs & 7) { in read_znode() 347 type, zbr->len); in read_znode() 355 type, zbr->len); in read_znode() 439 zbr->znode = znode; in ubifs_load_znode() 474 zbr->lnum, zbr->offs); in ubifs_tnc_read_node() 476 err = ubifs_read_node(c, node, type, zbr->len, zbr->lnum, in ubifs_tnc_read_node() 477 zbr->offs); in ubifs_tnc_read_node() 488 zbr->lnum, zbr->offs); in ubifs_tnc_read_node() [all …]
|
| A D | tnc.c | 118 return insert_old_idx(c, zbr->lnum, zbr->offs); in insert_old_idx_znode() 143 err = insert_old_idx(c, zbr->lnum, zbr->offs); in ins_clr_old_idx_znode() 256 err = add_idx_dirt(c, zbr->lnum, zbr->len); in dirty_cow_znode() 271 err = add_idx_dirt(c, zbr->lnum, zbr->len); in dirty_cow_znode() 393 memcpy(node, zbr->leaf, zbr->len); in tnc_read_hashed_node() 515 zbr->lnum, zbr->offs, zbr->len); in fallible_read_node() 1009 if (zbr->lnum == lnum && zbr->offs == offs) in matches_position() 1564 offs = ALIGN(zbr->offs + zbr->len, 8); in ubifs_tnc_get_bu_keys() 1702 err = ubifs_check_node(c, buf, zbr->len, zbr->lnum, zbr->offs, 0, 0); in validate_data_node() 1710 ubifs_bad_hash(c, buf, zbr->hash, zbr->lnum, zbr->offs); in validate_data_node() [all …]
|
| A D | tnc_commit.c | 45 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() 878 if (!zbr->lnum || !zbr->len) { in write_index() [all …]
|
| A D | debug.c | 883 znode, zbr->lnum, zbr->offs, zbr->len, znode->parent, znode->iip, in ubifs_dump_znode() 896 n, zbr->znode, zbr->lnum, zbr->offs, zbr->len, in ubifs_dump_znode() 901 n, zbr->znode, zbr->lnum, zbr->offs, zbr->len, in ubifs_dump_znode() 1642 err, zbr->lnum, zbr->offs); in dbg_walk_index() 1965 zbr->lnum, zbr->offs, err); in read_add_inode() 2008 zbr->len, zbr->lnum, zbr->offs); in check_leaf() 2019 zbr->lnum, zbr->offs, err); in check_leaf() 2037 type, zbr->lnum, zbr->offs); in check_leaf() 2075 zbr->lnum, zbr->offs, fscki->size); in check_leaf() 2260 zbr->lnum, zbr->offs, err); in check_inodes() [all …]
|
| A D | orphan.c | 919 static int dbg_orphan_check(struct ubifs_info *c, struct ubifs_zbranch *zbr, in dbg_orphan_check() argument 926 inum = key_inum(c, &zbr->key); in dbg_orphan_check() 929 if (key_type(c, &zbr->key) != UBIFS_INO_KEY) in dbg_orphan_check() 931 (unsigned long)inum, key_type(c, &zbr->key)); in dbg_orphan_check() 934 err = ubifs_tnc_read_node(c, zbr, ci->node); in dbg_orphan_check()
|
| A D | debug.h | 16 struct ubifs_zbranch *zbr, void *priv);
|
| A D | ubifs.h | 1873 struct ubifs_zbranch *zbr, 1875 int ubifs_tnc_read_node(struct ubifs_info *c, struct ubifs_zbranch *zbr,
|
| /linux/ |
| A D | MAINTAINERS | 20457 M: Evgeniy Polyakov <zbr@ioremap.net>
|
Completed in 49 milliseconds