Home
last modified time | relevance | path

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

/linux-6.1.9/fs/ubifs/
Dlpt.c88 c->nnode_sz = (bits + 7) / 8; in do_calc_lpt_geom()
100 c->lpt_sz += (long long)c->nnode_cnt * c->nnode_sz; in do_calc_lpt_geom()
107 per_leb_wastage = max_t(int, c->pnode_sz, c->nnode_sz); in do_calc_lpt_geom()
393 c->nnode_sz - UBIFS_LPT_CRC_BYTES); in ubifs_pack_nnode()
490 c->nnode_sz); in ubifs_add_nnode_dirt()
492 ubifs_add_lpt_dirt(c, c->lpt_lnum, c->nnode_sz); in ubifs_add_nnode_dirt()
734 if (len + c->nnode_sz > c->leb_size) { in ubifs_create_dflt_lpt()
768 p += c->nnode_sz; in ubifs_create_dflt_lpt()
769 len += c->nnode_sz; in ubifs_create_dflt_lpt()
776 bsz = c->nnode_sz; in ubifs_create_dflt_lpt()
[all …]
Dlpt_commit.c216 len = c->nnode_sz; in layout_cnodes()
398 len = c->nnode_sz; in write_cnodes()
1016 return c->nnode_sz; in get_lpt_node_len()
1803 lpt_sz += (long long)c->nnode_cnt * c->nnode_sz; in dbg_chk_lpt_sz()
1894 node_len = c->nnode_sz; in dump_lpt_leb()
Dmaster.c230 c->lpt_offs < 0 || c->lpt_offs + c->nnode_sz > c->leb_size) { in validate_master()
Dubifs.h1452 int nnode_sz; member
Ddebug.c801 pr_err("\tnnode_sz: %d\n", c->nnode_sz); in ubifs_dump_lpt_info()