Lines Matching refs:b_size
237 bh->b_state, bh->b_size, bdev, in __find_get_block_slow()
313 valid = fsverity_verify_blocks(bh->b_page, bh->b_size, bh_offset(bh)); in verify_bh()
335 err = fscrypt_decrypt_pagecache_blocks(bh->b_page, bh->b_size, in decrypt_bh()
884 bh->b_size = size; in alloc_page_buffers()
999 if (bh->b_size == size) { in grow_dev_page()
1331 bh->b_size == size) { in lookup_bh_lru()
1572 unsigned int next_off = curr_off + bh->b_size; in block_invalidatepage()
1790 blocksize = bh->b_size; in __block_write_full_page()
1814 WARN_ON(bh->b_size != blocksize); in __block_write_full_page()
1945 block_end = block_start + bh->b_size; in page_zero_new_buffers()
2043 blocksize = head->b_size; in __block_write_begin_int()
2061 WARN_ON(bh->b_size != blocksize); in __block_write_begin_int()
2126 blocksize = bh->b_size; in __block_commit_write()
2279 blocksize = head->b_size; in block_is_partially_uptodate()
2327 blocksize = head->b_size; in block_read_full_page()
2345 WARN_ON(bh->b_size != blocksize); in block_read_full_page()
2895 map_bh.b_size = blocksize; in nobh_truncate_page()
2973 WARN_ON(bh->b_size != blocksize); in block_truncate_page()
3048 .b_size = i_blocksize(inode), in generic_block_bmap()
3088 bio->bi_iter.bi_sector = bh->b_blocknr * (bh->b_size >> 9); in submit_bh_wbc()
3092 bio_add_page(bio, bh->b_page, bh->b_size, bh_offset(bh)); in submit_bh_wbc()
3093 BUG_ON(bio->bi_iter.bi_size != bh->b_size); in submit_bh_wbc()
3109 wbc_account_cgroup_owner(wbc, bh->b_page, bh->b_size); in submit_bh_wbc()