The Linux Kernel/sb bread

sb_bread

edit

SYNOPSIS

edit
static inline struct buffer_head * sb_bread(struct super_block * sb, sector_t block);

SHORT DESCRIPTION

edit

Calls __bread(sb->_bdev,block,sb->s_blocksize);

RETURN

edit

Returns the return value of __bread