Lines Matching refs:node_num
906 static int make_nnode_dirty(struct ubifs_info *c, int node_num, int lnum, in make_nnode_dirty() argument
911 nnode = nnode_lookup(c, node_num); in make_nnode_dirty()
955 static int make_pnode_dirty(struct ubifs_info *c, int node_num, int lnum, in make_pnode_dirty() argument
961 pnode = pnode_lookup(c, node_num); in make_pnode_dirty()
1037 static int make_node_dirty(struct ubifs_info *c, int node_type, int node_num, in make_node_dirty() argument
1042 return make_nnode_dirty(c, node_num, lnum, offs); in make_node_dirty()
1044 return make_pnode_dirty(c, node_num, lnum, offs); in make_node_dirty()
1097 int *node_num) in get_lpt_node_type() argument
1103 *node_num = ubifs_unpack_bits(&addr, &pos, c->pcnt_bits); in get_lpt_node_type()
1153 int err, len = c->leb_size, node_type, node_num, node_len, offs; in lpt_gc_lnum() local
1174 node_type = get_lpt_node_type(c, buf, &node_num); in lpt_gc_lnum()
1179 err = make_node_dirty(c, node_type, node_num, lnum, offs); in lpt_gc_lnum()
1638 int err, len = c->leb_size, dirty = 0, node_type, node_num, node_len; in dbg_check_ltab_lnum() local
1686 node_type = get_lpt_node_type(c, p, &node_num); in dbg_check_ltab_lnum()
1890 int err, len = c->leb_size, node_type, node_num, node_len, offs; in dump_lpt_leb() local
1923 node_type = get_lpt_node_type(c, p, &node_num); in dump_lpt_leb()
1930 lnum, offs, node_num); in dump_lpt_leb()
1943 lnum, offs, node_num); in dump_lpt_leb()