Home
last modified time | relevance | path

Searched refs:map_bh (Results 1 – 25 of 32) sorted by relevance

12

/linux/fs/
H A Dmpage.c144 struct buffer_head map_bh; member
165 struct buffer_head *map_bh = &args->map_bh; in do_mpage_readpage() local
219 bdev = map_bh->b_bdev; in do_mpage_readpage()
225 map_bh->b_folio = folio; in do_mpage_readpage()
227 map_bh->b_state = 0; in do_mpage_readpage()
228 map_bh->b_size = 0; in do_mpage_readpage()
275 bdev = map_bh->b_bdev; in do_mpage_readpage()
545 map_bh.b_folio = folio; in __mpage_writepage()
548 map_bh.b_state = 0; in __mpage_writepage()
554 if (buffer_new(&map_bh)) in __mpage_writepage()
[all …]
H A Ddirect-io.c628 map_bh->b_state = 0; in get_more_blocks()
650 map_bh, create); in get_more_blocks()
722 struct buffer_head *map_bh) in dio_send_cur_page() argument
905 struct buffer_head *map_bh) in do_direct_IO() argument
942 if (!buffer_mapped(map_bh)) in do_direct_IO()
946 map_bh->b_size >> blkbits; in do_direct_IO()
949 if (buffer_new(map_bh)) { in do_direct_IO()
951 map_bh->b_bdev, in do_direct_IO()
952 map_bh->b_blocknr, in do_direct_IO()
973 if (!buffer_new(map_bh)) in do_direct_IO()
[all …]
/linux/fs/bfs/
H A Dfile.c79 map_bh(bh_result, sb, phys); in bfs_get_block()
91 map_bh(bh_result, sb, phys); in bfs_get_block()
110 map_bh(bh_result, sb, phys); in bfs_get_block()
148 map_bh(bh_result, sb, phys); in bfs_get_block()
/linux/fs/efs/
H A Dfile.c33 map_bh(bh_result, inode->i_sb, phys); in efs_get_block()
/linux/fs/freevxfs/
H A Dvxfs_subr.c106 map_bh(bp, ip->i_sb, pblock); in vxfs_getblk()
/linux/fs/hpfs/
H A Dfile.c94 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/fs/omfs/
H A Dfile.c256 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/fs/jfs/
H A Dinode.c236 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/fs/adfs/
H A Dinode.c27 map_bh(bh, inode->i_sb, block); in adfs_get_block()
/linux/fs/ext4/
H A Dinode.c768 map_bh(bh, inode->i_sb, map.m_pblk); in _ext4_get_block()
1716 map_bh(bh, inode->i_sb, invalid_block); in ext4_da_map_blocks()
1782 map_bh(bh, inode->i_sb, invalid_block); in ext4_da_map_blocks()
1821 map_bh(bh, inode->i_sb, map.m_pblk); in ext4_da_get_block_prep()
2012 bool *map_bh) in mpage_process_folio() argument
2047 *map_bh = true; in mpage_process_folio()
2059 *map_bh = false; in mpage_process_folio()
2090 bool map_bh = false; in mpage_map_and_submit_buffers() local
2106 &map_bh); in mpage_map_and_submit_buffers()
2112 if (err < 0 || map_bh) in mpage_map_and_submit_buffers()
/linux/fs/minix/
H A Ditree_common.c171 map_bh(bh, inode->i_sb, block_to_cpu(chain[depth-1].key)); in get_block()
/linux/fs/qnx4/
H A Dinode.c70 map_bh(bh, inode->i_sb, phys); in qnx4_get_block()
/linux/fs/ocfs2/
H A Daops.c110 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()
627 map_bh(bh, inode->i_sb, *p_blkno); in ocfs2_map_page_blocks()
2252 map_bh(bh_result, inode->i_sb, p_blkno); in ocfs2_dio_wr_get_block()
/linux/fs/gfs2/
H A Dmeta_io.c152 map_bh(bh, sdp->sd_vfs, blkno); in gfs2_getbuf()
/linux/include/linux/
H A Dbuffer_head.h403 map_bh(struct buffer_head *bh, struct super_block *sb, sector_t block) in map_bh() function
/linux/fs/fat/
H A Dinode.c133 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/fs/nilfs2/
H A Dmdt.c147 map_bh(bh, inode->i_sb, (sector_t)blknum); in nilfs_mdt_submit_block()
H A Dinode.c88 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/fs/sysv/
H A Ditree.c227 map_bh(bh_result, sb, block_to_cpu(SYSV_SB(sb), in get_block()
/linux/fs/hfs/
H A Dextent.c377 map_bh(bh_result, sb, HFS_SB(sb)->fs_start + in hfs_get_block()
/linux/fs/ufs/
H A Dinode.c458 map_bh(bh_result, sb, phys64); in ufs_getfrag_block()
467 map_bh(bh_result, sb, phys64 + frag); in ufs_getfrag_block()
/linux/fs/hfsplus/
H A Dextents.c284 map_bh(bh_result, sb, sector); in hfsplus_get_block()
/linux/fs/qnx6/
H A Dinode.c84 map_bh(bh, inode->i_sb, phys); in qnx6_get_block()
/linux/fs/exfat/
H A Dinode.c325 map_bh(bh_result, sb, phys); in exfat_get_block()
/linux/fs/reiserfs/
H A Dinode.c234 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()

12