Lines Matching refs:bh_result
120 struct buffer_head *bh_result, int create) in __fat_get_block() argument
132 map_bh(bh_result, sb, phys); in __fat_get_block()
176 set_buffer_new(bh_result); in __fat_get_block()
177 map_bh(bh_result, sb, phys); in __fat_get_block()
183 struct buffer_head *bh_result, int create) in fat_get_block() argument
186 unsigned long max_blocks = bh_result->b_size >> inode->i_blkbits; in fat_get_block()
189 err = __fat_get_block(inode, iblock, &max_blocks, bh_result, create); in fat_get_block()
192 bh_result->b_size = max_blocks << sb->s_blocksize_bits; in fat_get_block()
289 struct buffer_head *bh_result, int create) in fat_get_block_bmap() argument
292 unsigned long max_blocks = bh_result->b_size >> inode->i_blkbits; in fat_get_block_bmap()
304 map_bh(bh_result, sb, bmap); in fat_get_block_bmap()
308 bh_result->b_size = max_blocks << sb->s_blocksize_bits; in fat_get_block_bmap()