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