Lines Matching refs:bh_result
121 struct buffer_head *bh_result, int create) in __fat_get_block() argument
133 map_bh(bh_result, sb, phys); in __fat_get_block()
177 set_buffer_new(bh_result); in __fat_get_block()
178 map_bh(bh_result, sb, phys); in __fat_get_block()
184 struct buffer_head *bh_result, int create) in fat_get_block() argument
187 unsigned long max_blocks = bh_result->b_size >> inode->i_blkbits; in fat_get_block()
190 err = __fat_get_block(inode, iblock, &max_blocks, bh_result, create); in fat_get_block()
193 bh_result->b_size = max_blocks << sb->s_blocksize_bits; in fat_get_block()
296 struct buffer_head *bh_result, int create) in fat_get_block_bmap() argument
299 unsigned long max_blocks = bh_result->b_size >> inode->i_blkbits; in fat_get_block_bmap()
311 map_bh(bh_result, sb, bmap); in fat_get_block_bmap()
315 bh_result->b_size = max_blocks << sb->s_blocksize_bits; in fat_get_block_bmap()