Lines Matching defs:map_bh
927 map_bh(bh, inode->i_sb, map.m_pblk);
2049 map_bh(bh, inode->i_sb, invalid_block);
2055 map_bh(bh, inode->i_sb, map.m_pblk);
2234 * @map_bh: determines on return whether this page requires any further
2241 * the given folio that needs mapping & return @map_bh as true.
2245 bool *map_bh)
2280 *map_bh = true;
2292 *map_bh = false;
2322 bool map_bh = false;
2338 &map_bh);
2340 * If map_bh is true, means page may require further bh
2344 if (err < 0 || map_bh)