/linux-5.19.10/fs/ |
D | mpage.c | 117 struct buffer_head map_bh; member 138 struct buffer_head *map_bh = &args->map_bh; in do_mpage_readpage() local 171 nblocks = map_bh->b_size >> blkbits; in do_mpage_readpage() 172 if (buffer_mapped(map_bh) && in do_mpage_readpage() 180 clear_buffer_mapped(map_bh); in do_mpage_readpage() 185 blocks[page_block] = map_bh->b_blocknr + map_offset + in do_mpage_readpage() 190 bdev = map_bh->b_bdev; in do_mpage_readpage() 196 map_bh->b_page = page; in do_mpage_readpage() 198 map_bh->b_state = 0; in do_mpage_readpage() 199 map_bh->b_size = 0; in do_mpage_readpage() [all …]
|
D | direct-io.c | 620 struct buffer_head *map_bh) in get_more_blocks() argument 642 map_bh->b_state = 0; in get_more_blocks() 643 map_bh->b_size = fs_count << i_blkbits; in get_more_blocks() 664 map_bh, create); in get_more_blocks() 667 dio->private = map_bh->b_private; in get_more_blocks() 669 if (ret == 0 && buffer_defer_completion(map_bh)) in get_more_blocks() 679 sector_t start_sector, struct buffer_head *map_bh) in dio_new_bio() argument 690 dio_bio_alloc(dio, sdio, map_bh->b_bdev, sector, nr_pages); in dio_new_bio() 736 struct buffer_head *map_bh) in dio_send_cur_page() argument 765 ret = dio_new_bio(dio, sdio, sdio->cur_page_block, map_bh); in dio_send_cur_page() [all …]
|
D | buffer.c | 2800 struct buffer_head map_bh; in nobh_truncate_page() local 2819 map_bh.b_size = blocksize; in nobh_truncate_page() 2820 map_bh.b_state = 0; in nobh_truncate_page() 2821 err = get_block(inode, iblock, &map_bh, 0); in nobh_truncate_page() 2825 if (!buffer_mapped(&map_bh)) in nobh_truncate_page()
|
/linux-5.19.10/fs/bfs/ |
D | file.c | 78 map_bh(bh_result, sb, phys); in bfs_get_block() 90 map_bh(bh_result, sb, phys); in bfs_get_block() 109 map_bh(bh_result, sb, phys); in bfs_get_block() 147 map_bh(bh_result, sb, phys); in bfs_get_block()
|
/linux-5.19.10/fs/efs/ |
D | file.c | 33 map_bh(bh_result, inode->i_sb, phys); in efs_get_block()
|
/linux-5.19.10/fs/freevxfs/ |
D | vxfs_subr.c | 112 map_bh(bp, ip->i_sb, pblock); in vxfs_getblk()
|
/linux-5.19.10/fs/hpfs/ |
D | file.c | 94 map_bh(bh_result, inode->i_sb, s); in hpfs_get_block() 112 map_bh(bh_result, inode->i_sb, hpfs_search_hotfix_map(inode->i_sb, s)); in hpfs_get_block()
|
/linux-5.19.10/fs/jfs/ |
D | inode.c | 236 map_bh(bh_result, ip->i_sb, xaddr); in jfs_get_block() 253 map_bh(bh_result, ip->i_sb, addressXAD(&xad)); in jfs_get_block()
|
/linux-5.19.10/fs/omfs/ |
D | file.c | 256 map_bh(bh_result, inode->i_sb, offset); in omfs_get_block() 277 map_bh(bh_result, inode->i_sb, in omfs_get_block()
|
/linux-5.19.10/fs/adfs/ |
D | inode.c | 26 map_bh(bh, inode->i_sb, block); in adfs_get_block()
|
/linux-5.19.10/fs/ext4/ |
D | inode.c | 805 map_bh(bh, inode->i_sb, map.m_pblk); in _ext4_get_block() 1741 map_bh(bh, inode->i_sb, invalid_block); in ext4_da_map_blocks() 1792 map_bh(bh, inode->i_sb, invalid_block); in ext4_da_map_blocks() 1854 map_bh(bh, inode->i_sb, map.m_pblk); in ext4_da_get_block_prep() 2253 bool *map_bh) in mpage_process_page() argument 2288 *map_bh = true; in mpage_process_page() 2300 *map_bh = false; in mpage_process_page() 2331 bool map_bh = false; in mpage_map_and_submit_buffers() local 2348 &map_bh); in mpage_map_and_submit_buffers() 2354 if (err < 0 || map_bh) in mpage_map_and_submit_buffers()
|
/linux-5.19.10/fs/minix/ |
D | itree_common.c | 171 map_bh(bh, inode->i_sb, block_to_cpu(chain[depth-1].key)); in get_block()
|
/linux-5.19.10/fs/qnx4/ |
D | inode.c | 64 map_bh(bh, inode->i_sb, phys); in qnx4_get_block()
|
/linux-5.19.10/fs/ocfs2/ |
D | aops.c | 110 map_bh(bh_result, inode->i_sb, in ocfs2_symlink_get_block() 187 map_bh(bh_result, inode->i_sb, p_blkno); in ocfs2_get_block() 631 map_bh(bh, inode->i_sb, *p_blkno); in ocfs2_map_page_blocks() 2241 map_bh(bh_result, inode->i_sb, p_blkno); in ocfs2_dio_wr_get_block()
|
/linux-5.19.10/include/linux/ |
D | buffer_head.h | 377 map_bh(struct buffer_head *bh, struct super_block *sb, sector_t block) in map_bh() function
|
/linux-5.19.10/fs/gfs2/ |
D | meta_io.c | 157 map_bh(bh, sdp->sd_vfs, blkno); in gfs2_getbuf()
|
/linux-5.19.10/fs/fat/ |
D | inode.c | 133 map_bh(bh_result, sb, phys); in __fat_get_block() 178 map_bh(bh_result, sb, phys); in __fat_get_block() 311 map_bh(bh_result, sb, bmap); in fat_get_block_bmap()
|
/linux-5.19.10/fs/sysv/ |
D | itree.c | 224 map_bh(bh_result, sb, block_to_cpu(SYSV_SB(sb), in get_block()
|
/linux-5.19.10/fs/nilfs2/ |
D | mdt.c | 147 map_bh(bh, inode->i_sb, (sector_t)blknum); in nilfs_mdt_submit_block()
|
D | inode.c | 88 map_bh(bh_result, inode->i_sb, blknum); in nilfs_get_block() 125 map_bh(bh_result, inode->i_sb, 0); in nilfs_get_block()
|
/linux-5.19.10/fs/hfs/ |
D | extent.c | 377 map_bh(bh_result, sb, HFS_SB(sb)->fs_start + in hfs_get_block()
|
/linux-5.19.10/fs/qnx6/ |
D | inode.c | 83 map_bh(bh, inode->i_sb, phys); in qnx6_get_block()
|
/linux-5.19.10/fs/exfat/ |
D | inode.c | 352 map_bh(bh_result, sb, phys); in exfat_get_block()
|
/linux-5.19.10/fs/hfsplus/ |
D | extents.c | 284 map_bh(bh_result, sb, sector); in hfsplus_get_block()
|
/linux-5.19.10/fs/ufs/ |
D | inode.c | 457 map_bh(bh_result, sb, phys64); in ufs_getfrag_block() 466 map_bh(bh_result, sb, phys64 + frag); in ufs_getfrag_block()
|