| 969 | } |
| 970 | |
| 971 | static inline struct buffer_head * |
| 972 | sb_getblk_zero(struct super_block *sb, sector_t block) |
| 973 | { |
| 974 | return get_block_bh(sb->s_bdev, block, sb->s_blocksize, 1); |
| 975 | } |
| 976 | |
| 977 | static inline struct buffer_head * |
| 978 | sb_bread(struct super_block *sb, sector_t block) |
no test coverage detected