/linux-6.3-rc2/fs/ |
A D | mpage.c | 119 struct buffer_head map_bh; member 140 struct buffer_head *map_bh = &args->map_bh; in do_mpage_readpage() local 195 bdev = map_bh->b_bdev; in do_mpage_readpage() 201 map_bh->b_folio = folio; in do_mpage_readpage() 203 map_bh->b_state = 0; in do_mpage_readpage() 204 map_bh->b_size = 0; in do_mpage_readpage() 250 bdev = map_bh->b_bdev; in do_mpage_readpage() 528 map_bh.b_folio = folio; in __mpage_writepage() 531 map_bh.b_state = 0; in __mpage_writepage() 537 if (buffer_new(&map_bh)) in __mpage_writepage() [all …]
|
A D | direct-io.c | 620 map_bh->b_state = 0; in get_more_blocks() 642 map_bh, create); in get_more_blocks() 714 struct buffer_head *map_bh) in dio_send_cur_page() argument 897 struct buffer_head *map_bh) in do_direct_IO() argument 934 if (!buffer_mapped(map_bh)) in do_direct_IO() 938 map_bh->b_size >> blkbits; in do_direct_IO() 941 if (buffer_new(map_bh)) { in do_direct_IO() 943 map_bh->b_bdev, in do_direct_IO() 944 map_bh->b_blocknr, in do_direct_IO() 965 if (!buffer_new(map_bh)) in do_direct_IO() [all …]
|
/linux-6.3-rc2/fs/bfs/ |
A 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-6.3-rc2/fs/efs/ |
A D | file.c | 33 map_bh(bh_result, inode->i_sb, phys); in efs_get_block()
|
/linux-6.3-rc2/fs/freevxfs/ |
A D | vxfs_subr.c | 106 map_bh(bp, ip->i_sb, pblock); in vxfs_getblk()
|
/linux-6.3-rc2/fs/hpfs/ |
A 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-6.3-rc2/fs/jfs/ |
A 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-6.3-rc2/fs/omfs/ |
A 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-6.3-rc2/fs/adfs/ |
A D | inode.c | 26 map_bh(bh, inode->i_sb, block); in adfs_get_block()
|
/linux-6.3-rc2/fs/minix/ |
A D | itree_common.c | 171 map_bh(bh, inode->i_sb, block_to_cpu(chain[depth-1].key)); in get_block()
|
/linux-6.3-rc2/fs/qnx4/ |
A D | inode.c | 64 map_bh(bh, inode->i_sb, phys); in qnx4_get_block()
|
/linux-6.3-rc2/fs/ocfs2/ |
A 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() 629 map_bh(bh, inode->i_sb, *p_blkno); in ocfs2_map_page_blocks() 2239 map_bh(bh_result, inode->i_sb, p_blkno); in ocfs2_dio_wr_get_block()
|
/linux-6.3-rc2/fs/ext4/ |
A D | inode.c | 810 map_bh(bh, inode->i_sb, map.m_pblk); in _ext4_get_block() 1761 map_bh(bh, inode->i_sb, invalid_block); in ext4_da_map_blocks() 1812 map_bh(bh, inode->i_sb, invalid_block); in ext4_da_map_blocks() 1874 map_bh(bh, inode->i_sb, map.m_pblk); in ext4_da_get_block_prep() 2271 bool *map_bh) in mpage_process_page() argument 2306 *map_bh = true; in mpage_process_page() 2318 *map_bh = false; in mpage_process_page() 2349 bool map_bh = false; in mpage_map_and_submit_buffers() local 2365 &map_bh); in mpage_map_and_submit_buffers() 2371 if (err < 0 || map_bh) in mpage_map_and_submit_buffers()
|
/linux-6.3-rc2/include/linux/ |
A D | buffer_head.h | 376 map_bh(struct buffer_head *bh, struct super_block *sb, sector_t block) in map_bh() function
|
/linux-6.3-rc2/fs/gfs2/ |
A D | meta_io.c | 157 map_bh(bh, sdp->sd_vfs, blkno); in gfs2_getbuf()
|
/linux-6.3-rc2/fs/fat/ |
A 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() 306 map_bh(bh_result, sb, bmap); in fat_get_block_bmap()
|
/linux-6.3-rc2/fs/nilfs2/ |
A D | mdt.c | 147 map_bh(bh, inode->i_sb, (sector_t)blknum); in nilfs_mdt_submit_block()
|
A 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-6.3-rc2/fs/sysv/ |
A D | itree.c | 224 map_bh(bh_result, sb, block_to_cpu(SYSV_SB(sb), in get_block()
|
/linux-6.3-rc2/fs/hfs/ |
A D | extent.c | 377 map_bh(bh_result, sb, HFS_SB(sb)->fs_start + in hfs_get_block()
|
/linux-6.3-rc2/fs/exfat/ |
A D | inode.c | 328 map_bh(bh_result, sb, phys); in exfat_get_block()
|
/linux-6.3-rc2/fs/qnx6/ |
A D | inode.c | 83 map_bh(bh, inode->i_sb, phys); in qnx6_get_block()
|
/linux-6.3-rc2/fs/hfsplus/ |
A D | extents.c | 284 map_bh(bh_result, sb, sector); in hfsplus_get_block()
|
/linux-6.3-rc2/fs/ufs/ |
A 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()
|
/linux-6.3-rc2/fs/reiserfs/ |
A D | inode.c | 234 map_bh(bh, inode->i_sb, block); in set_block_dev_mapped() 335 map_bh(bh_result, inode->i_sb, blocknr); in _get_block_create_0() 455 map_bh(bh_result, inode->i_sb, 0); in _get_block_create_0()
|