Home
last modified time | relevance | path

Searched refs:nnode_sz (Results 1 – 5 of 5) sorted by relevance

/external/u-boot/fs/ubifs/
Dlpt.c95 c->nnode_sz = (bits + 7) / 8; in do_calc_lpt_geom()
107 c->lpt_sz += (long long)c->nnode_cnt * c->nnode_sz; in do_calc_lpt_geom()
114 per_leb_wastage = max_t(int, c->pnode_sz, c->nnode_sz); in do_calc_lpt_geom()
398 c->nnode_sz - UBIFS_LPT_CRC_BYTES); in ubifs_pack_nnode()
495 c->nnode_sz); in ubifs_add_nnode_dirt()
497 ubifs_add_lpt_dirt(c, c->lpt_lnum, c->nnode_sz); in ubifs_add_nnode_dirt()
724 if (len + c->nnode_sz > c->leb_size) { in ubifs_create_dflt_lpt()
758 p += c->nnode_sz; in ubifs_create_dflt_lpt()
759 len += c->nnode_sz; in ubifs_create_dflt_lpt()
766 bsz = c->nnode_sz; in ubifs_create_dflt_lpt()
[all …]
Dlpt_commit.c223 len = c->nnode_sz; in layout_cnodes()
406 len = c->nnode_sz; in write_cnodes()
1059 return c->nnode_sz; in get_lpt_node_len()
1846 lpt_sz += (long long)c->nnode_cnt * c->nnode_sz; in dbg_chk_lpt_sz()
1937 node_len = c->nnode_sz; in dump_lpt_leb()
Dmaster.c150 c->lpt_offs < 0 || c->lpt_offs + c->nnode_sz > c->leb_size) { in validate_master()
Dubifs.h2000 int nnode_sz; member
Ddebug.c773 pr_err("\tnnode_sz: %d\n", c->nnode_sz); in ubifs_dump_lpt_info()