Lines Matching defs:map_bh
795 map_bh(bh, inode->i_sb, map.m_pblk);
1729 map_bh(bh, inode->i_sb, invalid_block);
1780 map_bh(bh, inode->i_sb, invalid_block);
1842 map_bh(bh, inode->i_sb, map.m_pblk);
2265 * @map_bh - determines on return whether this page requires any further
2271 * the given page that needs mapping & return @map_bh as true.
2275 bool *map_bh)
2311 *map_bh = true;
2324 *map_bh = false;
2355 bool map_bh = false;
2372 &map_bh);
2374 * If map_bh is true, means page may require further bh
2378 if (err < 0 || map_bh)