/kernel/linux/linux-5.10/fs/nilfs2/ |
D | alloc.c | 185 struct nilfs_palloc_group_desc *desc = kaddr + bh_offset(bh); in nilfs_palloc_desc_block_init() 350 return (struct nilfs_palloc_group_desc *)(kaddr + bh_offset(bh)) + in nilfs_palloc_block_get_group_desc() 369 return kaddr + bh_offset(bh) + in nilfs_palloc_block_get_entry() 540 bitmap = bitmap_kaddr + bh_offset(bitmap_bh); in nilfs_palloc_prepare_alloc_entry() 612 bitmap = bitmap_kaddr + bh_offset(req->pr_bitmap_bh); in nilfs_palloc_commit_free_entry() 653 bitmap = bitmap_kaddr + bh_offset(req->pr_bitmap_bh); in nilfs_palloc_abort_alloc_entry() 758 bitmap = bitmap_kaddr + bh_offset(bitmap_bh); in nilfs_palloc_freev()
|
D | sufile.c | 77 return kaddr + bh_offset(bh) + in nilfs_sufile_block_get_segment_usage() 111 header = kaddr + bh_offset(header_bh); in nilfs_sufile_mod_counter() 319 header = kaddr + bh_offset(header_bh); in nilfs_sufile_alloc() 369 header = kaddr + bh_offset(header_bh); in nilfs_sufile_alloc() 585 header = kaddr + bh_offset(header_bh); in nilfs_sufile_get_stat() 785 header = kaddr + bh_offset(header_bh); in nilfs_sufile_resize() 1208 header = kaddr + bh_offset(header_bh); in nilfs_sufile_read()
|
D | cpfile.c | 74 struct nilfs_checkpoint *cp = kaddr + bh_offset(bh); in nilfs_cpfile_block_add_valid_checkpoints() 88 struct nilfs_checkpoint *cp = kaddr + bh_offset(bh); in nilfs_cpfile_block_sub_valid_checkpoints() 102 return kaddr + bh_offset(bh); in nilfs_cpfile_block_get_header() 110 return kaddr + bh_offset(bh) + nilfs_cpfile_get_offset(cpfile, cno) * in nilfs_cpfile_block_get_checkpoint() 118 struct nilfs_checkpoint *cp = kaddr + bh_offset(bh); in nilfs_cpfile_block_init()
|
D | mdt.c | 51 memset(kaddr + bh_offset(bh), 0, i_blocksize(inode)); in nilfs_mdt_insert_new_block() 570 bh_frozen = nilfs_page_get_nth_block(page, bh_offset(bh) >> blkbits); in nilfs_mdt_freeze_buffer() 598 n = bh_offset(bh) >> inode->i_blkbits; in nilfs_mdt_get_frozen_buffer()
|
D | segbuf.c | 218 crc = crc32_le(crc, kaddr + bh_offset(bh), bh->b_size); in nilfs_segbuf_fill_in_data_crc() 427 len = bio_add_page(wi->bio, bh->b_page, bh->b_size, bh_offset(bh)); in nilfs_segbuf_submit_bh()
|
D | page.c | 108 memcpy(kaddr1 + bh_offset(dbh), kaddr0 + bh_offset(sbh), sbh->b_size); in nilfs_copy_buffer()
|
D | recovery.c | 485 memcpy(kaddr + bh_offset(bh_org), bh_org->b_data, bh_org->b_size); in nilfs_recovery_copy_block()
|
/kernel/linux/linux-5.10/fs/ntfs/ |
D | aops.c | 65 bh_offset(bh); in ntfs_end_buffer_async_read() 83 memset(kaddr + bh_offset(bh) + ofs, 0, in ntfs_end_buffer_async_read() 729 bpos = (unsigned long *)(kaddr + bh_offset(bh)); in ntfs_write_block() 775 zero_user(page, bh_offset(bh), blocksize); in ntfs_write_block() 1113 ofs = bh_offset(tbh); in ntfs_write_mst_block() 1206 page->index, bh_offset(tbh)); in ntfs_write_mst_block() 1233 ofs = bh_offset(tbh); in ntfs_write_mst_block() 1252 bh_offset(tbh))); in ntfs_write_mst_block() 1742 bh_ofs = bh_offset(bh); in mark_ntfs_record_dirty()
|
D | file.c | 689 zero_user(page, bh_offset(bh), in ntfs_prepare_pages_for_non_resident_write() 764 zero_user(page, bh_offset(bh), in ntfs_prepare_pages_for_non_resident_write() 783 zero_user(page, bh_offset(bh), in ntfs_prepare_pages_for_non_resident_write() 823 zero_user(page, bh_offset(bh), blocksize); in ntfs_prepare_pages_for_non_resident_write() 947 zero_user(page, bh_offset(bh), in ntfs_prepare_pages_for_non_resident_write() 1197 bh_offset(bh); in ntfs_prepare_pages_for_non_resident_write() 1207 zero_user_segment(page, bh_offset(bh) + ofs, in ntfs_prepare_pages_for_non_resident_write() 1339 bh_offset(bh) >= end) in ntfs_prepare_pages_for_non_resident_write() 1348 zero_user(page, bh_offset(bh), in ntfs_prepare_pages_for_non_resident_write()
|
/kernel/linux/linux-5.10/fs/ext4/ |
D | page-io.c | 133 if (bh_offset(bh) < bio_start || in ext4_finish_bio() 134 bh_offset(bh) + bh->b_size > bio_end) { in ext4_finish_bio() 433 ret = bio_add_page(io->io_bio, page, bh->b_size, bh_offset(bh)); in io_submit_add_bh() 483 block_start = bh_offset(bh); in ext4_bio_write_page()
|
D | inode.c | 1129 bh_offset(wait[i])); in ext4_block_write_begin() 3803 bh_offset(bh)); in __ext4_block_zero_page_range()
|
/kernel/linux/linux-5.10/fs/gfs2/ |
D | lops.c | 176 while (bh_offset(bh) < bvec->bv_offset) in gfs2_end_log_write_bh() 358 gfs2_log_write(sdp, bh->b_page, bh->b_size, bh_offset(bh), dblock); in gfs2_log_write_bh() 624 ptr = kaddr + bh_offset(bh); in gfs2_check_magic() 697 memcpy(ptr, kaddr + bh_offset(bd2->bd_bh), in gfs2_before_commit()
|
D | meta_io.c | 196 while (bh_offset(bh) < bvec->bv_offset) in gfs2_meta_read_endio() 224 if (!bio_add_page(bio, bh->b_page, bh->b_size, bh_offset(bh))) { in gfs2_submit_bhs()
|
/kernel/linux/linux-5.10/fs/crypto/ |
D | inline_crypt.c | 277 (bh_offset(bh) >> inode->i_blkbits); in bh_get_inode_and_lblk_num()
|
/kernel/linux/linux-5.10/include/linux/ |
D | buffer_head.h | 172 #define bh_offset(bh) ((unsigned long)(bh)->b_data & ~PAGE_MASK) macro
|
/kernel/linux/linux-5.10/fs/ |
D | buffer.c | 311 bh_offset(bh)); in decrypt_bh() 3034 bio_add_page(bio, bh->b_page, bh->b_size, bh_offset(bh)); in submit_bh_wbc()
|
/kernel/linux/linux-5.10/mm/ |
D | migrate.c | 828 set_bh_page(bh, newpage, bh_offset(bh)); in __buffer_migrate_page()
|