The Linux Kernel/sb bread
sb_bread
editSYNOPSIS
editstatic inline struct buffer_head * sb_bread(struct super_block * sb, sector_t block);
SHORT DESCRIPTION
editCalls __bread(sb->_bdev,block,sb->s_blocksize);
RETURN
editReturns the return value of __bread