Lines Matching refs:bh_result
68 * @bh_result: buffer head to be mapped on
76 struct buffer_head *bh_result, int create)
82 unsigned int maxblocks = bh_result->b_size >> inode->i_blkbits;
88 map_bh(bh_result, inode->i_sb, blknum);
90 bh_result->b_size = (ret << inode->i_blkbits);
97 bh_result->b_blocknr = 0;
102 (unsigned long)bh_result);
123 set_buffer_new(bh_result);
124 set_buffer_delay(bh_result);
125 map_bh(bh_result, inode->i_sb, 0);