Lines Matching refs:node
294 void ubifs_dump_node(const struct ubifs_info *c, const void *node, int node_len) in ubifs_dump_node() argument
298 const struct ubifs_ch *ch = node; in ubifs_dump_node()
305 (void *)node, UBIFS_CH_SZ, 1); in ubifs_dump_node()
317 dump_ch(node); in ubifs_dump_node()
335 (void *)node + UBIFS_CH_SZ, in ubifs_dump_node()
345 const struct ubifs_pad_node *pad = node; in ubifs_dump_node()
352 const struct ubifs_sb_node *sup = node; in ubifs_dump_node()
389 const struct ubifs_mst_node *mst = node; in ubifs_dump_node()
431 const struct ubifs_ref_node *ref = node; in ubifs_dump_node()
440 const struct ubifs_ino_node *ino = node; in ubifs_dump_node()
474 const struct ubifs_dent_node *dent = node; in ubifs_dump_node()
500 const struct ubifs_data_node *dn = node; in ubifs_dump_node()
519 const struct ubifs_trun_node *trun = node; in ubifs_dump_node()
530 const struct ubifs_idx_node *idx = node; in ubifs_dump_node()
557 const struct ubifs_orph_node *orph = node; in ubifs_dump_node()
858 ubifs_dump_node(c, snod->node, c->leb_size - snod->offs); in ubifs_dump_leb()
2009 void *node; in check_leaf() local
2020 node = kmalloc(zbr->len, GFP_NOFS); in check_leaf()
2021 if (!node) in check_leaf()
2024 err = ubifs_tnc_read_node(c, zbr, node); in check_leaf()
2033 fscki = add_inode(c, priv, node); in check_leaf()
2050 ch = node; in check_leaf()
2060 struct ubifs_data_node *dn = node; in check_leaf()
2089 struct ubifs_dent_node *dent = node; in check_leaf()
2137 kfree(node); in check_leaf()
2142 ubifs_dump_node(c, node, zbr->len); in check_leaf()
2144 kfree(node); in check_leaf()
2346 ubifs_dump_node(c, sa->node, c->leb_size - sa->offs); in dbg_check_data_nodes_order()
2351 ubifs_dump_node(c, sb->node, c->leb_size - sb->offs); in dbg_check_data_nodes_order()
2382 ubifs_dump_node(c, sa->node, c->leb_size - sa->offs); in dbg_check_data_nodes_order()
2383 ubifs_dump_node(c, sb->node, c->leb_size - sb->offs); in dbg_check_data_nodes_order()
2414 ubifs_dump_node(c, sa->node, c->leb_size - sa->offs); in dbg_check_nondata_nodes_order()
2420 ubifs_dump_node(c, sb->node, c->leb_size - sb->offs); in dbg_check_nondata_nodes_order()
2470 ubifs_dump_node(c, sa->node, c->leb_size - sa->offs); in dbg_check_nondata_nodes_order()
2472 ubifs_dump_node(c, sb->node, c->leb_size - sb->offs); in dbg_check_nondata_nodes_order()