Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ubifs/
Dlpt.c100 c->nnode_sz = (bits + 7) / 8; in do_calc_lpt_geom()
112 c->lpt_sz += (long long)c->nnode_cnt * c->nnode_sz; in do_calc_lpt_geom()
119 per_leb_wastage = max_t(int, c->pnode_sz, c->nnode_sz); in do_calc_lpt_geom()
405 c->nnode_sz - UBIFS_LPT_CRC_BYTES); in ubifs_pack_nnode()
502 c->nnode_sz); in ubifs_add_nnode_dirt()
504 ubifs_add_lpt_dirt(c, c->lpt_lnum, c->nnode_sz); in ubifs_add_nnode_dirt()
732 if (len + c->nnode_sz > c->leb_size) { in ubifs_create_dflt_lpt()
766 p += c->nnode_sz; in ubifs_create_dflt_lpt()
767 len += c->nnode_sz; in ubifs_create_dflt_lpt()
774 bsz = c->nnode_sz; in ubifs_create_dflt_lpt()
[all …]
Dlpt_commit.c228 len = c->nnode_sz; in layout_cnodes()
410 len = c->nnode_sz; in write_cnodes()
1060 return c->nnode_sz; in get_lpt_node_len()
1843 lpt_sz += (long long)c->nnode_cnt * c->nnode_sz; in dbg_chk_lpt_sz()
1934 node_len = c->nnode_sz; in dump_lpt_leb()
Dmaster.c157 c->lpt_offs < 0 || c->lpt_offs + c->nnode_sz > c->leb_size) { in validate_master()
Dubifs.h1397 int nnode_sz; member
Ddebug.c770 pr_err("\tnnode_sz: %d\n", c->nnode_sz); in ubifs_dump_lpt_info()