Home
last modified time | relevance | path

Searched refs:UBIFS_BLOCKS_PER_PAGE (Results 1 – 4 of 4) sorted by relevance

/third_party/uboot/u-boot-2020.01/fs/ubifs/
Dtnc.c1606 if (UBIFS_BLOCKS_PER_PAGE == 1 || in ubifs_tnc_get_bu_keys()
1607 !(bu->blk_cnt & (UBIFS_BLOCKS_PER_PAGE - 1))) in ubifs_tnc_get_bu_keys()
1611 bu->blk_cnt += UBIFS_BLOCKS_PER_PAGE - 1; in ubifs_tnc_get_bu_keys()
1616 block &= ~(UBIFS_BLOCKS_PER_PAGE - 1); in ubifs_tnc_get_bu_keys()
Dubifs.c802 if (++i >= UBIFS_BLOCKS_PER_PAGE) in do_readpage()
Dubifs.h665 #define UBIFS_BLOCKS_PER_PAGE (PAGE_CACHE_SIZE / UBIFS_BLOCK_SIZE) macro
Dsuper.c881 c->bi.page_budget = UBIFS_MAX_DATA_NODE_SZ * UBIFS_BLOCKS_PER_PAGE; in init_constants_sb()