bh_map           1286 fs/gfs2/bmap.c 		   struct buffer_head *bh_map, int create)
bh_map           1290 fs/gfs2/bmap.c 	loff_t length = bh_map->b_size;
bh_map           1295 fs/gfs2/bmap.c 	clear_buffer_mapped(bh_map);
bh_map           1296 fs/gfs2/bmap.c 	clear_buffer_new(bh_map);
bh_map           1297 fs/gfs2/bmap.c 	clear_buffer_boundary(bh_map);
bh_map           1298 fs/gfs2/bmap.c 	trace_gfs2_bmap(ip, bh_map, lblock, create, 1);
bh_map           1312 fs/gfs2/bmap.c 	if (iomap.length > bh_map->b_size) {
bh_map           1313 fs/gfs2/bmap.c 		iomap.length = bh_map->b_size;
bh_map           1317 fs/gfs2/bmap.c 		map_bh(bh_map, inode->i_sb, iomap.addr >> inode->i_blkbits);
bh_map           1318 fs/gfs2/bmap.c 	bh_map->b_size = iomap.length;
bh_map           1320 fs/gfs2/bmap.c 		set_buffer_boundary(bh_map);
bh_map           1322 fs/gfs2/bmap.c 		set_buffer_new(bh_map);
bh_map           1325 fs/gfs2/bmap.c 	trace_gfs2_bmap(ip, bh_map, lblock, create, ret);
bh_map            372 fs/gfs2/quota.c 	struct buffer_head bh_map = { .b_state = 0, .b_blocknr = 0 };
bh_map            384 fs/gfs2/quota.c 	bh_map.b_size = BIT(ip->i_inode.i_blkbits);
bh_map            385 fs/gfs2/quota.c 	error = gfs2_block_map(&ip->i_inode, block, &bh_map, 0);
bh_map            388 fs/gfs2/quota.c 	error = gfs2_meta_read(ip->i_gl, bh_map.b_blocknr, DIO_WAIT, 0, &bh);