The Linux Kernel/sb bread

From Wikibooks, open books for an open world
Jump to navigation Jump to search

sb_bread[edit | edit source]

SYNOPSIS[edit | edit source]

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

SHORT DESCRIPTION[edit | edit source]

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

RETURN[edit | edit source]

Returns the return value of __bread