bh_result        3131 drivers/staging/exfat/exfat_super.c 			   struct buffer_head *bh_result, int create)
bh_result        3134 drivers/staging/exfat/exfat_super.c 	unsigned long max_blocks = bh_result->b_size >> inode->i_blkbits;
bh_result        3152 drivers/staging/exfat/exfat_super.c 			set_buffer_new(bh_result);
bh_result        3154 drivers/staging/exfat/exfat_super.c 		map_bh(bh_result, sb, phys);
bh_result        3157 drivers/staging/exfat/exfat_super.c 	bh_result->b_size = max_blocks << sb->s_blocksize_bits;
bh_result         295 fs/affs/file.c affs_get_block(struct inode *inode, sector_t block, struct buffer_head *bh_result, int create)
bh_result         320 fs/affs/file.c 	map_bh(bh_result, sb, (sector_t)be32_to_cpu(AFFS_BLOCK(sb, ext_bh, block)));
bh_result         326 fs/affs/file.c 		set_buffer_new(bh_result);
bh_result         331 fs/affs/file.c 		if (bh_result->b_blocknr)
bh_result         334 fs/affs/file.c 				     (unsigned long long)bh_result->b_blocknr);
bh_result         337 fs/affs/file.c 		affs_adjust_checksum(ext_bh, blocknr - bh_result->b_blocknr + 1);
bh_result         338 fs/affs/file.c 		bh_result->b_blocknr = blocknr;
bh_result         365 fs/affs/file.c 	clear_buffer_mapped(bh_result);
bh_result         366 fs/affs/file.c 	bh_result->b_bdev = NULL;
bh_result         133 fs/befs/linuxvfs.c 	       struct buffer_head *bh_result, int create)
bh_result         161 fs/befs/linuxvfs.c 	map_bh(bh_result, inode->i_sb, disk_off);
bh_result          65 fs/bfs/file.c  			struct buffer_head *bh_result, int create)
bh_result          78 fs/bfs/file.c  			map_bh(bh_result, sb, phys);
bh_result          90 fs/bfs/file.c  		map_bh(bh_result, sb, phys);
bh_result         109 fs/bfs/file.c  		map_bh(bh_result, sb, phys);
bh_result         147 fs/bfs/file.c  	map_bh(bh_result, sb, phys);
bh_result        7730 fs/btrfs/inode.c 					struct buffer_head *bh_result,
bh_result        7740 fs/btrfs/inode.c 	bh_result->b_blocknr = (em->block_start + (start - em->start)) >>
bh_result        7742 fs/btrfs/inode.c 	bh_result->b_size = len;
bh_result        7743 fs/btrfs/inode.c 	bh_result->b_bdev = em->bdev;
bh_result        7744 fs/btrfs/inode.c 	set_buffer_mapped(bh_result);
bh_result        7750 fs/btrfs/inode.c 					 struct buffer_head *bh_result,
bh_result        7812 fs/btrfs/inode.c 	len = bh_result->b_size;
bh_result        7823 fs/btrfs/inode.c 	bh_result->b_blocknr = (em->block_start + (start - em->start)) >>
bh_result        7825 fs/btrfs/inode.c 	bh_result->b_size = len;
bh_result        7826 fs/btrfs/inode.c 	bh_result->b_bdev = em->bdev;
bh_result        7827 fs/btrfs/inode.c 	set_buffer_mapped(bh_result);
bh_result        7830 fs/btrfs/inode.c 		set_buffer_new(bh_result);
bh_result        7848 fs/btrfs/inode.c 				   struct buffer_head *bh_result, int create)
bh_result        7856 fs/btrfs/inode.c 	u64 len = bh_result->b_size;
bh_result        7913 fs/btrfs/inode.c 		ret = btrfs_get_blocks_direct_write(&em, bh_result, inode,
bh_result        7921 fs/btrfs/inode.c 		ret = btrfs_get_blocks_direct_read(em, bh_result, inode,
bh_result        7933 fs/btrfs/inode.c 		lockstart = start + bh_result->b_size;
bh_result          14 fs/efs/file.c  		  struct buffer_head *bh_result, int create)
bh_result          33 fs/efs/file.c  		map_bh(bh_result, inode->i_sb, phys);
bh_result         783 fs/ext2/inode.c 		struct buffer_head *bh_result, int create)
bh_result         785 fs/ext2/inode.c 	unsigned max_blocks = bh_result->b_size >> inode->i_blkbits;
bh_result         795 fs/ext2/inode.c 	map_bh(bh_result, inode->i_sb, bno);
bh_result         796 fs/ext2/inode.c 	bh_result->b_size = (ret << inode->i_blkbits);
bh_result         798 fs/ext2/inode.c 		set_buffer_new(bh_result);
bh_result         800 fs/ext2/inode.c 		set_buffer_boundary(bh_result);
bh_result        2583 fs/ext4/ext4.h 			     struct buffer_head *bh_result, int create);
bh_result        2585 fs/ext4/ext4.h 		   struct buffer_head *bh_result, int create);
bh_result        2587 fs/ext4/ext4.h 		       struct buffer_head *bh_result, int create);
bh_result         827 fs/ext4/inode.c 			     struct buffer_head *bh_result, int create)
bh_result         831 fs/ext4/inode.c 	return _ext4_get_block(inode, iblock, bh_result,
bh_result         844 fs/ext4/inode.c 				struct buffer_head *bh_result, int flags)
bh_result         852 fs/ext4/inode.c 	if (bh_result->b_size >> inode->i_blkbits > DIO_MAX_BLOCKS)
bh_result         853 fs/ext4/inode.c 		bh_result->b_size = DIO_MAX_BLOCKS << inode->i_blkbits;
bh_result         855 fs/ext4/inode.c 				      bh_result->b_size >> inode->i_blkbits);
bh_result         861 fs/ext4/inode.c 	ret = _ext4_get_block(inode, iblock, bh_result, flags);
bh_result         887 fs/ext4/inode.c 		sector_t iblock, struct buffer_head *bh_result,	int create)
bh_result         894 fs/ext4/inode.c 	ret = ext4_get_block_trans(inode, iblock, bh_result,
bh_result         904 fs/ext4/inode.c 	if (!ret && buffer_unwritten(bh_result)) {
bh_result         905 fs/ext4/inode.c 		if (!bh_result->b_private) {
bh_result         911 fs/ext4/inode.c 			bh_result->b_private = io_end;
bh_result         914 fs/ext4/inode.c 		set_buffer_defer_completion(bh_result);
bh_result         926 fs/ext4/inode.c 		sector_t iblock, struct buffer_head *bh_result,	int create)
bh_result         933 fs/ext4/inode.c 	ret = ext4_get_block_trans(inode, iblock, bh_result,
bh_result         941 fs/ext4/inode.c 	if (!ret && buffer_unwritten(bh_result))
bh_result         948 fs/ext4/inode.c 		   struct buffer_head *bh_result, int create)
bh_result         957 fs/ext4/inode.c 	ret = _ext4_get_block(inode, iblock, bh_result, 0);
bh_result         962 fs/ext4/inode.c 	WARN_ON_ONCE(!buffer_mapped(bh_result) || buffer_unwritten(bh_result));
bh_result        1418 fs/f2fs/data.c 			struct buffer_head *bh_result, int create, int flag,
bh_result        1421 fs/f2fs/data.c 	return __get_data_block(inode, iblock, bh_result, create,
bh_result        1427 fs/f2fs/data.c 			struct buffer_head *bh_result, int create)
bh_result        1429 fs/f2fs/data.c 	return __get_data_block(inode, iblock, bh_result, create,
bh_result        1436 fs/f2fs/data.c 			struct buffer_head *bh_result, int create)
bh_result        1438 fs/f2fs/data.c 	return __get_data_block(inode, iblock, bh_result, create,
bh_result        1445 fs/f2fs/data.c 			struct buffer_head *bh_result, int create)
bh_result        1451 fs/f2fs/data.c 	return __get_data_block(inode, iblock, bh_result, create,
bh_result         120 fs/fat/inode.c 				  struct buffer_head *bh_result, int create)
bh_result         132 fs/fat/inode.c 		map_bh(bh_result, sb, phys);
bh_result         176 fs/fat/inode.c 	set_buffer_new(bh_result);
bh_result         177 fs/fat/inode.c 	map_bh(bh_result, sb, phys);
bh_result         183 fs/fat/inode.c 			 struct buffer_head *bh_result, int create)
bh_result         186 fs/fat/inode.c 	unsigned long max_blocks = bh_result->b_size >> inode->i_blkbits;
bh_result         189 fs/fat/inode.c 	err = __fat_get_block(inode, iblock, &max_blocks, bh_result, create);
bh_result         192 fs/fat/inode.c 	bh_result->b_size = max_blocks << sb->s_blocksize_bits;
bh_result         296 fs/fat/inode.c 		struct buffer_head *bh_result, int create)
bh_result         299 fs/fat/inode.c 	unsigned long max_blocks = bh_result->b_size >> inode->i_blkbits;
bh_result         311 fs/fat/inode.c 		map_bh(bh_result, sb, bmap);
bh_result         315 fs/fat/inode.c 	bh_result->b_size = max_blocks << sb->s_blocksize_bits;
bh_result          72 fs/gfs2/aops.c 				  struct buffer_head *bh_result, int create)
bh_result          76 fs/gfs2/aops.c 	error = gfs2_block_map(inode, lblock, bh_result, 0);
bh_result          79 fs/gfs2/aops.c 	if (!buffer_mapped(bh_result))
bh_result         337 fs/hfs/extent.c 		  struct buffer_head *bh_result, int create)
bh_result         377 fs/hfs/extent.c 	map_bh(bh_result, sb, HFS_SB(sb)->fs_start +
bh_result         382 fs/hfs/extent.c 		set_buffer_new(bh_result);
bh_result         226 fs/hfsplus/extents.c 		      struct buffer_head *bh_result, int create)
bh_result         284 fs/hfsplus/extents.c 	map_bh(bh_result, sb, sector);
bh_result         287 fs/hfsplus/extents.c 		set_buffer_new(bh_result);
bh_result         471 fs/hfsplus/hfsplus_fs.h 		      struct buffer_head *bh_result, int create);
bh_result          77 fs/hpfs/file.c static int hpfs_get_block(struct inode *inode, sector_t iblock, struct buffer_head *bh_result, int create)
bh_result          85 fs/hpfs/file.c 		if (bh_result->b_size >> 9 < n_secs)
bh_result          86 fs/hpfs/file.c 			n_secs = bh_result->b_size >> 9;
bh_result          92 fs/hpfs/file.c 		map_bh(bh_result, inode->i_sb, s);
bh_result          93 fs/hpfs/file.c 		bh_result->b_size = n_secs << 9;
bh_result         109 fs/hpfs/file.c 	set_buffer_new(bh_result);
bh_result         110 fs/hpfs/file.c 	map_bh(bh_result, inode->i_sb, hpfs_search_hotfix_map(inode->i_sb, s));
bh_result        1149 fs/isofs/inode.c 		    struct buffer_head *bh_result, int create)
bh_result        1158 fs/isofs/inode.c 	ret = isofs_get_blocks(inode, iblock, &bh_result, 1);
bh_result         198 fs/jfs/inode.c 		  struct buffer_head *bh_result, int create)
bh_result         205 fs/jfs/inode.c 	s32 xlen = bh_result->b_size >> ip->i_blkbits;
bh_result         240 fs/jfs/inode.c 			set_buffer_new(bh_result);
bh_result         243 fs/jfs/inode.c 		map_bh(bh_result, ip->i_sb, xaddr);
bh_result         244 fs/jfs/inode.c 		bh_result->b_size = xlen << ip->i_blkbits;
bh_result         260 fs/jfs/inode.c 	set_buffer_new(bh_result);
bh_result         261 fs/jfs/inode.c 	map_bh(bh_result, ip->i_sb, addressXAD(&xad));
bh_result         262 fs/jfs/inode.c 	bh_result->b_size = lengthXAD(&xad) << ip->i_blkbits;
bh_result         373 fs/minix/inode.c 		    struct buffer_head *bh_result, int create)
bh_result         376 fs/minix/inode.c 		return V1_minix_get_block(inode, block, bh_result, create);
bh_result         378 fs/minix/inode.c 		return V2_minix_get_block(inode, block, bh_result, create);
bh_result          54 fs/minix/itree_v1.c 			struct buffer_head *bh_result, int create)
bh_result          56 fs/minix/itree_v1.c 	return get_block(inode, block, bh_result, create);
bh_result          63 fs/minix/itree_v2.c 			struct buffer_head *bh_result, int create)
bh_result          65 fs/minix/itree_v2.c 	return get_block(inode, block, bh_result, create);
bh_result          71 fs/nilfs2/inode.c 		    struct buffer_head *bh_result, int create)
bh_result          77 fs/nilfs2/inode.c 	unsigned int maxblocks = bh_result->b_size >> inode->i_blkbits;
bh_result          83 fs/nilfs2/inode.c 		map_bh(bh_result, inode->i_sb, blknum);
bh_result          85 fs/nilfs2/inode.c 			bh_result->b_size = (ret << inode->i_blkbits);
bh_result          92 fs/nilfs2/inode.c 		bh_result->b_blocknr = 0;
bh_result          97 fs/nilfs2/inode.c 					(unsigned long)bh_result);
bh_result         118 fs/nilfs2/inode.c 		set_buffer_new(bh_result);
bh_result         119 fs/nilfs2/inode.c 		set_buffer_delay(bh_result);
bh_result         120 fs/nilfs2/inode.c 		map_bh(bh_result, inode->i_sb, 0);
bh_result          44 fs/ocfs2/aops.c 				   struct buffer_head *bh_result, int create)
bh_result          56 fs/ocfs2/aops.c 			(unsigned long long)iblock, bh_result, create);
bh_result          83 fs/ocfs2/aops.c 	if (!buffer_uptodate(bh_result) && ocfs2_inode_is_new(inode)) {
bh_result          99 fs/ocfs2/aops.c 			kaddr = kmap_atomic(bh_result->b_page);
bh_result         104 fs/ocfs2/aops.c 			memcpy(kaddr + (bh_result->b_size * iblock),
bh_result         106 fs/ocfs2/aops.c 			       bh_result->b_size);
bh_result         108 fs/ocfs2/aops.c 			set_buffer_uptodate(bh_result);
bh_result         113 fs/ocfs2/aops.c 	map_bh(bh_result, inode->i_sb,
bh_result         125 fs/ocfs2/aops.c 		    struct buffer_head *bh_result, int create)
bh_result         131 fs/ocfs2/aops.c 	ret = ocfs2_get_block(inode, iblock, bh_result, create);
bh_result         138 fs/ocfs2/aops.c 		    struct buffer_head *bh_result, int create)
bh_result         142 fs/ocfs2/aops.c 	u64 max_blocks = bh_result->b_size >> inode->i_blkbits;
bh_result         147 fs/ocfs2/aops.c 			      (unsigned long long)iblock, bh_result, create);
bh_result         155 fs/ocfs2/aops.c 		err = ocfs2_symlink_get_block(inode, iblock, bh_result, create);
bh_result         183 fs/ocfs2/aops.c 		clear_buffer_dirty(bh_result);
bh_result         184 fs/ocfs2/aops.c 		clear_buffer_uptodate(bh_result);
bh_result         190 fs/ocfs2/aops.c 		map_bh(bh_result, inode->i_sb, p_blkno);
bh_result         192 fs/ocfs2/aops.c 	bh_result->b_size = count << inode->i_blkbits;
bh_result         213 fs/ocfs2/aops.c 		set_buffer_new(bh_result);
bh_result        2141 fs/ocfs2/aops.c 			       struct buffer_head *bh_result, int create)
bh_result        2153 fs/ocfs2/aops.c 	unsigned len, total_len = bh_result->b_size;
bh_result        2185 fs/ocfs2/aops.c 		ret = ocfs2_lock_get_block(inode, iblock, bh_result, create);
bh_result        2186 fs/ocfs2/aops.c 		if (buffer_mapped(bh_result) &&
bh_result        2187 fs/ocfs2/aops.c 		    !buffer_new(bh_result) &&
bh_result        2192 fs/ocfs2/aops.c 		bh_result->b_state = 0;
bh_result        2195 fs/ocfs2/aops.c 	dwc = ocfs2_dio_alloc_write_ctx(bh_result, &first_get_block);
bh_result        2252 fs/ocfs2/aops.c 	map_bh(bh_result, inode->i_sb, p_blkno);
bh_result        2253 fs/ocfs2/aops.c 	bh_result->b_size = len;
bh_result        2255 fs/ocfs2/aops.c 		set_buffer_new(bh_result);
bh_result        2258 fs/ocfs2/aops.c 		set_buffer_new(bh_result);
bh_result        2262 fs/ocfs2/aops.c 	set_buffer_defer_completion(bh_result);
bh_result          51 fs/ocfs2/aops.h 		    struct buffer_head *bh_result, int create);
bh_result        1127 fs/ocfs2/ocfs2_trace.h 		 void *bh_result, int create),
bh_result        1128 fs/ocfs2/ocfs2_trace.h 	TP_ARGS(ino, iblock, bh_result, create),
bh_result        1132 fs/ocfs2/ocfs2_trace.h 		__field(void *, bh_result)
bh_result        1138 fs/ocfs2/ocfs2_trace.h 		__entry->bh_result = bh_result;
bh_result        1143 fs/ocfs2/ocfs2_trace.h 		  __entry->bh_result, __entry->create)
bh_result        1149 fs/ocfs2/ocfs2_trace.h 		 void *bh_result, int create),	\
bh_result        1150 fs/ocfs2/ocfs2_trace.h 	TP_ARGS(ino, iblock, bh_result, create))
bh_result         218 fs/omfs/file.c 			  struct buffer_head *bh_result, int create)
bh_result         229 fs/omfs/file.c 	int max_blocks = bh_result->b_size >> inode->i_blkbits;
bh_result         256 fs/omfs/file.c 			map_bh(bh_result, inode->i_sb, offset);
bh_result         259 fs/omfs/file.c 			bh_result->b_size = (remain << inode->i_blkbits);
bh_result         277 fs/omfs/file.c 			map_bh(bh_result, inode->i_sb,
bh_result         286 fs/reiserfs/inode.c 			       struct buffer_head *bh_result, int args)
bh_result         309 fs/reiserfs/inode.c 			kunmap(bh_result->b_page);
bh_result         318 fs/reiserfs/inode.c 		    && !PageUptodate(bh_result->b_page)) {
bh_result         337 fs/reiserfs/inode.c 			map_bh(bh_result, inode->i_sb, blocknr);
bh_result         340 fs/reiserfs/inode.c 				set_buffer_boundary(bh_result);
bh_result         350 fs/reiserfs/inode.c 			    && !PageUptodate(bh_result->b_page)) {
bh_result         356 fs/reiserfs/inode.c 			kunmap(bh_result->b_page);
bh_result         367 fs/reiserfs/inode.c 			kunmap(bh_result->b_page);
bh_result         376 fs/reiserfs/inode.c 	if (buffer_uptodate(bh_result)) {
bh_result         385 fs/reiserfs/inode.c 	if (!bh_result->b_page || PageUptodate(bh_result->b_page)) {
bh_result         386 fs/reiserfs/inode.c 		set_buffer_uptodate(bh_result);
bh_result         400 fs/reiserfs/inode.c 		p = (char *)kmap(bh_result->b_page);
bh_result         450 fs/reiserfs/inode.c 	flush_dcache_page(bh_result->b_page);
bh_result         451 fs/reiserfs/inode.c 	kunmap(bh_result->b_page);
bh_result         463 fs/reiserfs/inode.c 	map_bh(bh_result, inode->i_sb, 0);
bh_result         464 fs/reiserfs/inode.c 	set_buffer_uptodate(bh_result);
bh_result         473 fs/reiserfs/inode.c 			 struct buffer_head *bh_result, int create)
bh_result         480 fs/reiserfs/inode.c 	_get_block_create_0(inode, block, bh_result, 0);
bh_result         504 fs/reiserfs/inode.c 				       struct buffer_head *bh_result,
bh_result         507 fs/reiserfs/inode.c 	return reiserfs_get_block(inode, block, bh_result, GET_BLOCK_NO_HOLE);
bh_result         516 fs/reiserfs/inode.c 					 struct buffer_head *bh_result,
bh_result         521 fs/reiserfs/inode.c 	bh_result->b_page = NULL;
bh_result         528 fs/reiserfs/inode.c 	bh_result->b_size = i_blocksize(inode);
bh_result         530 fs/reiserfs/inode.c 	ret = reiserfs_get_block(inode, iblock, bh_result,
bh_result         536 fs/reiserfs/inode.c 	if (buffer_mapped(bh_result) && bh_result->b_blocknr == 0) {
bh_result         541 fs/reiserfs/inode.c 		clear_buffer_mapped(bh_result);
bh_result         577 fs/reiserfs/inode.c 				 struct buffer_head *bh_result,
bh_result         584 fs/reiserfs/inode.c 	struct page *hole_page = bh_result->b_page;
bh_result         587 fs/reiserfs/inode.c 	if ((tail_offset & (bh_result->b_size - 1)) != 1)
bh_result         592 fs/reiserfs/inode.c 	tail_end = (tail_start | (bh_result->b_size - 1)) + 1;
bh_result         658 fs/reiserfs/inode.c 		       struct buffer_head *bh_result, int create)
bh_result         703 fs/reiserfs/inode.c 		ret = _get_block_create_0(inode, block, bh_result,
bh_result         814 fs/reiserfs/inode.c 			set_buffer_new(bh_result);
bh_result         815 fs/reiserfs/inode.c 			if (buffer_dirty(bh_result)
bh_result         817 fs/reiserfs/inode.c 				reiserfs_add_ordered_list(inode, bh_result);
bh_result         823 fs/reiserfs/inode.c 		set_block_dev_mapped(bh_result, unfm_ptr, inode);
bh_result         866 fs/reiserfs/inode.c 				set_block_dev_mapped(bh_result,
bh_result         868 fs/reiserfs/inode.c 				set_buffer_new(bh_result);
bh_result         901 fs/reiserfs/inode.c 				set_block_dev_mapped(bh_result,
bh_result         903 fs/reiserfs/inode.c 				unbh = bh_result;
bh_result         929 fs/reiserfs/inode.c 				    convert_tail_for_hole(inode, bh_result,
bh_result        1062 fs/reiserfs/inode.c 				set_block_dev_mapped(bh_result,
bh_result        1064 fs/reiserfs/inode.c 				set_buffer_new(bh_result);
bh_result        2188 fs/reiserfs/inode.c 			  struct buffer_head **bh_result)
bh_result        2249 fs/reiserfs/inode.c 	*bh_result = bh;
bh_result        2369 fs/reiserfs/inode.c 				   struct buffer_head *bh_result,
bh_result        2395 fs/reiserfs/inode.c 	if (!buffer_uptodate(bh_result)) {
bh_result        2399 fs/reiserfs/inode.c 	kmap(bh_result->b_page);
bh_result        2427 fs/reiserfs/inode.c 		set_block_dev_mapped(bh_result,
bh_result        2431 fs/reiserfs/inode.c 		p = page_address(bh_result->b_page);
bh_result        2466 fs/reiserfs/inode.c 		set_block_dev_mapped(bh_result, 0, inode);
bh_result        2469 fs/reiserfs/inode.c 		if (bytes_copied < bh_result->b_size &&
bh_result        2496 fs/reiserfs/inode.c 		retval = reiserfs_get_block(inode, block, bh_result,
bh_result        2500 fs/reiserfs/inode.c 			if (!buffer_mapped(bh_result)
bh_result        2501 fs/reiserfs/inode.c 			    || bh_result->b_blocknr == 0) {
bh_result        2508 fs/reiserfs/inode.c 	kunmap(bh_result->b_page);
bh_result        2510 fs/reiserfs/inode.c 	if (!retval && buffer_mapped(bh_result) && bh_result->b_blocknr == 0) {
bh_result        2515 fs/reiserfs/inode.c 		lock_buffer(bh_result);
bh_result        2516 fs/reiserfs/inode.c 		clear_buffer_dirty(bh_result);
bh_result        2517 fs/reiserfs/inode.c 		unlock_buffer(bh_result);
bh_result        3072 fs/reiserfs/reiserfs.h 		       struct buffer_head *bh_result, int create);
bh_result         203 fs/sysv/itree.c static int get_block(struct inode *inode, sector_t iblock, struct buffer_head *bh_result, int create)
bh_result         224 fs/sysv/itree.c 		map_bh(bh_result, sb, block_to_cpu(SYSV_SB(sb),
bh_result         258 fs/sysv/itree.c 	set_buffer_new(bh_result);
bh_result         419 fs/udf/inode.c 			 struct buffer_head *bh_result, int create)
bh_result         428 fs/udf/inode.c 			map_bh(bh_result, inode->i_sb, phys);
bh_result         448 fs/udf/inode.c 		set_buffer_new(bh_result);
bh_result         449 fs/udf/inode.c 	map_bh(bh_result, inode->i_sb, phys);
bh_result         396 fs/ufs/inode.c static int ufs_getfrag_block(struct inode *inode, sector_t fragment, struct buffer_head *bh_result, int create)
bh_result         436 fs/ufs/inode.c 					     &err, bh_result->b_page))
bh_result         443 fs/ufs/inode.c 					   &err, &new, bh_result->b_page);
bh_result         452 fs/ufs/inode.c 					fragment, &err, &new, bh_result->b_page);
bh_result         457 fs/ufs/inode.c 		map_bh(bh_result, sb, phys64);
bh_result         459 fs/ufs/inode.c 			set_buffer_new(bh_result);
bh_result         466 fs/ufs/inode.c 		map_bh(bh_result, sb, phys64 + frag);
bh_result          91 include/linux/fs.h 			struct buffer_head *bh_result, int create);