Home
last modified time | relevance | path

Searched refs:blocks_per_page (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/s390/block/
H A Ddasd_fba.c268 unsigned int blocks_per_page) in count_ccws() argument
274 if (first_rec % blocks_per_page != 0) { in count_ccws()
275 wz_stop = first_rec + blocks_per_page - in count_ccws()
276 (first_rec % blocks_per_page) - 1; in count_ccws()
283 if (last_rec - (first_rec + cur_pos) + 1 >= blocks_per_page) { in count_ccws()
284 if ((last_rec - blocks_per_page + 1) % blocks_per_page != 0) in count_ccws()
285 d_stop = last_rec - ((last_rec - blocks_per_page + 1) % in count_ccws()
286 blocks_per_page); in count_ccws()
324 unsigned int blocks_per_page; in dasd_fba_build_cp_discard() local
338 blocks_per_page = BLOCKS_PER_PAGE(blksize); in dasd_fba_build_cp_discard()
[all …]
/linux/fs/verity/
H A Dverify.c89 unsigned int blocks_per_page; in is_hash_block_verified() local
135 blocks_per_page = vi->tree_params.blocks_per_page; in is_hash_block_verified()
136 hblock_idx = round_down(hblock_idx, blocks_per_page); in is_hash_block_verified()
137 for (i = 0; i < blocks_per_page; i++) in is_hash_block_verified()
/linux/arch/powerpc/include/asm/
H A Dcache.h48 u32 blocks_per_page; member
/linux/drivers/md/
H A Dmd-llbitmap.c282 unsigned int blocks_per_page; member
556 for (block = 0; block < llbitmap->blocks_per_page; block++) { in llbitmap_write_page()
615 llbitmap->blocks_per_page)); in llbitmap_cache_pages()
1119 llbitmap->blocks_per_page = PAGE_SIZE / llbitmap->io_size; in llbitmap_create()
1330 bitmap_fill(pctl->dirty, llbitmap->blocks_per_page); in __llbitmap_flush()
1558 bitmap_fill(pctl->dirty, llbitmap->blocks_per_page); in llbitmap_write_all()
/linux/arch/powerpc/kernel/
H A Dsetup_64.c556 info->blocks_per_page = PAGE_SIZE / bsize; in init_cache_info()
558 info->blocks_per_page = 0; in init_cache_info()
/linux/drivers/net/ethernet/sun/
H A Dniu.c3515 int blocks_per_page = rp->rbr_blocks_per_page; in niu_rbr_fill() local
3519 while (index < (rp->rbr_table_size - blocks_per_page)) { in niu_rbr_fill()
3524 index += blocks_per_page; in niu_rbr_fill()