Lines Matching defs:node_num
848 * @node_num: nnode number of nnode to make dirty
860 static int make_nnode_dirty(struct ubifs_info *c, int node_num, int lnum,
865 nnode = nnode_lookup(c, node_num);
897 * @node_num: pnode number of pnode to make dirty
909 static int make_pnode_dirty(struct ubifs_info *c, int node_num, int lnum,
915 pnode = ubifs_pnode_lookup(c, node_num);
979 * @node_num: node number
991 static int make_node_dirty(struct ubifs_info *c, int node_type, int node_num,
996 return make_nnode_dirty(c, node_num, lnum, offs);
998 return make_pnode_dirty(c, node_num, lnum, offs);
1048 * @node_num: node number is returned here
1051 int *node_num)
1057 *node_num = ubifs_unpack_bits(c, &addr, &pos, c->pcnt_bits);
1107 int err, len = c->leb_size, node_type, node_num, node_len, offs;
1128 node_type = get_lpt_node_type(c, buf, &node_num);
1133 err = make_node_dirty(c, node_type, node_num, lnum, offs);
1592 int err, len = c->leb_size, dirty = 0, node_type, node_num, node_len;
1640 node_type = get_lpt_node_type(c, p, &node_num);
1843 int err, len = c->leb_size, node_type, node_num, node_len, offs;
1876 node_type = get_lpt_node_type(c, p, &node_num);
1883 lnum, offs, node_num);
1896 lnum, offs, node_num);