Lines Matching refs:node

307 void ubifs_dump_node(const struct ubifs_info *c, const void *node)  in ubifs_dump_node()  argument
312 const struct ubifs_ch *ch = node; in ubifs_dump_node()
319 (void *)node, UBIFS_CH_SZ, 1); in ubifs_dump_node()
324 dump_ch(node); in ubifs_dump_node()
329 const struct ubifs_pad_node *pad = node; in ubifs_dump_node()
336 const struct ubifs_sb_node *sup = node; in ubifs_dump_node()
373 const struct ubifs_mst_node *mst = node; in ubifs_dump_node()
415 const struct ubifs_ref_node *ref = node; in ubifs_dump_node()
424 const struct ubifs_ino_node *ino = node; in ubifs_dump_node()
458 const struct ubifs_dent_node *dent = node; in ubifs_dump_node()
482 const struct ubifs_data_node *dn = node; in ubifs_dump_node()
499 const struct ubifs_trun_node *trun = node; in ubifs_dump_node()
510 const struct ubifs_idx_node *idx = node; in ubifs_dump_node()
534 const struct ubifs_orph_node *orph = node; in ubifs_dump_node()
831 ubifs_dump_node(c, snod->node); in ubifs_dump_sleb()
864 ubifs_dump_node(c, snod->node); in ubifs_dump_leb()
2057 void *node; in check_leaf() local
2068 node = kmalloc(zbr->len, GFP_NOFS); in check_leaf()
2069 if (!node) in check_leaf()
2072 err = ubifs_tnc_read_node(c, zbr, node); in check_leaf()
2081 fscki = add_inode(c, priv, node); in check_leaf()
2098 ch = node; in check_leaf()
2108 struct ubifs_data_node *dn = node; in check_leaf()
2137 struct ubifs_dent_node *dent = node; in check_leaf()
2185 kfree(node); in check_leaf()
2190 ubifs_dump_node(c, node); in check_leaf()
2192 kfree(node); in check_leaf()
2394 ubifs_dump_node(c, sa->node); in dbg_check_data_nodes_order()
2399 ubifs_dump_node(c, sb->node); in dbg_check_data_nodes_order()
2430 ubifs_dump_node(c, sa->node); in dbg_check_data_nodes_order()
2431 ubifs_dump_node(c, sb->node); in dbg_check_data_nodes_order()
2462 ubifs_dump_node(c, sa->node); in dbg_check_nondata_nodes_order()
2468 ubifs_dump_node(c, sb->node); in dbg_check_nondata_nodes_order()
2518 ubifs_dump_node(c, sa->node); in dbg_check_nondata_nodes_order()
2520 ubifs_dump_node(c, sb->node); in dbg_check_nondata_nodes_order()