The Linux Kernel/sb bread
Appearance
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