Searched refs:node_num (Results 1 – 1 of 1) sorted by relevance
| /rk3399_rockchip-uboot/fs/ubifs/ |
| H A D | lpt_commit.c | 904 static int make_nnode_dirty(struct ubifs_info *c, int node_num, int lnum, in make_nnode_dirty() argument 909 nnode = nnode_lookup(c, node_num); in make_nnode_dirty() 953 static int make_pnode_dirty(struct ubifs_info *c, int node_num, int lnum, in make_pnode_dirty() argument 959 pnode = pnode_lookup(c, node_num); in make_pnode_dirty() 1035 static int make_node_dirty(struct ubifs_info *c, int node_type, int node_num, in make_node_dirty() argument 1040 return make_nnode_dirty(c, node_num, lnum, offs); in make_node_dirty() 1042 return make_pnode_dirty(c, node_num, lnum, offs); in make_node_dirty() 1095 int *node_num) in get_lpt_node_type() argument 1101 *node_num = ubifs_unpack_bits(&addr, &pos, c->pcnt_bits); in get_lpt_node_type() 1151 int err, len = c->leb_size, node_type, node_num, node_len, offs; in lpt_gc_lnum() local [all …]
|