< The Linux Kernel

sb_bread

SYNOPSIS

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

SHORT DESCRIPTION

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

RETURN

Returns the return value of __bread

This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.