| /linux/fs/ |
| H A D | mpage.c | 137 struct buffer_head map_bh; member 158 struct buffer_head *map_bh = &args->map_bh; in do_mpage_readpage() local 191 nblocks = map_bh->b_size >> blkbits; in do_mpage_readpage() 192 if (buffer_mapped(map_bh) && in do_mpage_readpage() 198 first_block = map_bh->b_blocknr + map_offset; in do_mpage_readpage() 201 clear_buffer_mapped(map_bh); in do_mpage_readpage() 209 bdev = map_bh->b_bdev; in do_mpage_readpage() 215 map_bh->b_folio = folio; in do_mpage_readpage() 217 map_bh->b_state = 0; in do_mpage_readpage() 218 map_bh->b_size = 0; in do_mpage_readpage() [all …]
|
| /linux/fs/bfs/ |
| H A D | file.c | 79 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 D | file.c | 33 map_bh(bh_result, inode->i_sb, phys); in efs_get_block()
|
| /linux/fs/freevxfs/ |
| H A D | vxfs_subr.c | 106 map_bh(bp, ip->i_sb, pblock); in vxfs_getblk()
|
| /linux/fs/hpfs/ |
| H A D | file.c | 96 map_bh(bh_result, inode->i_sb, s); in hpfs_get_block() 114 map_bh(bh_result, inode->i_sb, hpfs_search_hotfix_map(inode->i_sb, s)); in hpfs_get_block()
|
| /linux/fs/omfs/ |
| H 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/fs/jfs/ |
| H A D | inode.c | 242 map_bh(bh_result, ip->i_sb, xaddr); in jfs_get_block() 259 map_bh(bh_result, ip->i_sb, addressXAD(&xad)); in jfs_get_block()
|
| /linux/fs/adfs/ |
| H A D | inode.c | 27 map_bh(bh, inode->i_sb, block); in adfs_get_block()
|
| /linux/fs/ocfs2/ |
| H A D | aops.c | 103 map_bh(bh_result, inode->i_sb, in ocfs2_symlink_get_block() 179 map_bh(bh_result, inode->i_sb, p_blkno); in ocfs2_get_block() 610 map_bh(bh, inode->i_sb, *p_blkno); in ocfs2_map_folio_blocks() 2228 map_bh(bh_result, inode->i_sb, p_blkno); in ocfs2_dio_wr_get_block()
|
| /linux/fs/minix/ |
| H A D | itree_common.c | 171 map_bh(bh, inode->i_sb, block_to_cpu(chain[depth-1].key)); in get_block()
|
| /linux/fs/qnx4/ |
| H A D | inode.c | 70 map_bh(bh, inode->i_sb, phys); in qnx4_get_block()
|
| /linux/include/linux/ |
| H A D | buffer_head.h | 408 map_bh(struct buffer_head *bh, struct super_block *sb, sector_t block) in map_bh() function
|
| /linux/fs/ext4/ |
| H A D | inode.c | 919 map_bh(bh, inode->i_sb, map.m_pblk); in _ext4_get_block() 2032 map_bh(bh, inode->i_sb, invalid_block); in ext4_da_get_block_prep() 2038 map_bh(bh, inode->i_sb, map.m_pblk); in ext4_da_get_block_prep() 2228 bool *map_bh) in mpage_process_folio() argument 2263 *map_bh = true; in mpage_process_folio() 2275 *map_bh = false; in mpage_process_folio() 2305 bool map_bh = false; in mpage_map_and_submit_buffers() local 2321 &map_bh); in mpage_map_and_submit_buffers() 2327 if (err < 0 || map_bh) in mpage_map_and_submit_buffers()
|
| /linux/fs/fat/ |
| H 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() 307 map_bh(bh_result, sb, bmap); in fat_get_block_bmap()
|
| /linux/fs/nilfs2/ |
| H A D | inode.c | 87 map_bh(bh_result, inode->i_sb, blknum); in nilfs_get_block() 124 map_bh(bh_result, inode->i_sb, 0); in nilfs_get_block()
|
| H A D | mdt.c | 149 map_bh(bh, inode->i_sb, (sector_t)blknum); in nilfs_mdt_submit_block()
|
| /linux/fs/ufs/ |
| H A D | inode.c | 436 map_bh(bh_result, sb, phys64); in ufs_getfrag_block() 445 map_bh(bh_result, sb, phys64 + frag); in ufs_getfrag_block()
|
| /linux/fs/hfs/ |
| H A D | extent.c | 377 map_bh(bh_result, sb, HFS_SB(sb)->fs_start + in hfs_get_block()
|
| /linux/fs/qnx6/ |
| H A D | inode.c | 84 map_bh(bh, inode->i_sb, phys); in qnx6_get_block()
|
| /linux/fs/hfsplus/ |
| H A D | extents.c | 284 map_bh(bh_result, sb, sector); in hfsplus_get_block()
|
| /linux/fs/exfat/ |
| H A D | inode.c | 306 map_bh(bh_result, sb, phys); in exfat_get_block()
|
| /linux/fs/befs/ |
| H A D | linuxvfs.c | 161 map_bh(bh_result, inode->i_sb, disk_off); in befs_get_block()
|
| /linux/fs/gfs2/ |
| H A D | bmap.c | 78 map_bh(bh, inode->i_sb, block); in gfs2_unstuffer_folio() 1243 map_bh(bh_map, inode->i_sb, iomap.addr >> inode->i_blkbits); in gfs2_block_map()
|
| /linux/fs/affs/ |
| H A D | file.c | 322 map_bh(bh_result, sb, (sector_t)be32_to_cpu(AFFS_BLOCK(sb, ext_bh, block))); in affs_get_block()
|
| /linux/fs/isofs/ |
| H A D | inode.c | 1092 map_bh(*bh, inode->i_sb, firstext + b_off - offset); in isofs_get_blocks()
|