Home
last modified time | relevance | path

Searched refs:znodes (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/u-boot/fs/ubifs/
H A Dbudget.c373 int znodes; in calc_idx_growth() local
375 znodes = req->new_ino + (req->new_page << UBIFS_BLOCKS_PER_PAGE_SHIFT) + in calc_idx_growth()
377 return znodes * c->max_idx_node_sz; in calc_idx_growth()
/OK3568_Linux_fs/kernel/fs/ubifs/
H A Dbudget.c365 int znodes; in calc_idx_growth() local
367 znodes = req->new_ino + (req->new_page << UBIFS_BLOCKS_PER_PAGE_SHIFT) + in calc_idx_growth()
369 return znodes * c->max_idx_node_sz; in calc_idx_growth()