Home
last modified time | relevance | path

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

/linux/fs/ubifs/
H A Dfile.c151 if (++i >= (UBIFS_BLOCKS_PER_PAGE << folio_order(folio))) in do_readpage()
659 if (++i >= UBIFS_BLOCKS_PER_PAGE) in populate_page()
H A Dtnc.c1655 if (UBIFS_BLOCKS_PER_PAGE == 1 || in ubifs_tnc_get_bu_keys()
1656 !(bu->blk_cnt & (UBIFS_BLOCKS_PER_PAGE - 1))) in ubifs_tnc_get_bu_keys()
1660 bu->blk_cnt += UBIFS_BLOCKS_PER_PAGE - 1; in ubifs_tnc_get_bu_keys()
1665 block &= ~(UBIFS_BLOCKS_PER_PAGE - 1); in ubifs_tnc_get_bu_keys()
H A Dubifs.h47 #define UBIFS_BLOCKS_PER_PAGE (PAGE_SIZE / UBIFS_BLOCK_SIZE) macro