Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/ubifs/
A Dfile.c153 if (++i >= UBIFS_BLOCKS_PER_PAGE) in do_readpage()
672 if (++i >= UBIFS_BLOCKS_PER_PAGE) in populate_page()
931 if (++i >= UBIFS_BLOCKS_PER_PAGE) in do_writepage()
A Dtnc.c1624 if (UBIFS_BLOCKS_PER_PAGE == 1 || in ubifs_tnc_get_bu_keys()
1625 !(bu->blk_cnt & (UBIFS_BLOCKS_PER_PAGE - 1))) in ubifs_tnc_get_bu_keys()
1629 bu->blk_cnt += UBIFS_BLOCKS_PER_PAGE - 1; in ubifs_tnc_get_bu_keys()
1634 block &= ~(UBIFS_BLOCKS_PER_PAGE - 1); in ubifs_tnc_get_bu_keys()
A Dubifs.h47 #define UBIFS_BLOCKS_PER_PAGE (PAGE_SIZE / UBIFS_BLOCK_SIZE) macro
A Dsuper.c725 c->bi.page_budget = UBIFS_MAX_DATA_NODE_SZ * UBIFS_BLOCKS_PER_PAGE; in init_constants_sb()

Completed in 21 milliseconds