| 988 | } |
| 989 | |
| 990 | static inline struct buffer_head * |
| 991 | sb_find_get_block(struct super_block *sb, sector_t block) |
| 992 | { |
| 993 | return __find_get_block(sb->s_bdev, block, sb->s_blocksize); |
| 994 | } |
| 995 | |
| 996 | static inline void |
| 997 | map_bh(struct buffer_head *bh, struct super_block *sb, sector_t block) |
nothing calls this directly
no test coverage detected