| 963 | } |
| 964 | |
| 965 | static inline struct buffer_head * |
| 966 | sb_getblk(struct super_block *sb, sector_t block) |
| 967 | { |
| 968 | return get_block_bh(sb->s_bdev, block, sb->s_blocksize, 0); |
| 969 | } |
| 970 | |
| 971 | static inline struct buffer_head * |
| 972 | sb_getblk_zero(struct super_block *sb, sector_t block) |
no test coverage detected