跳转到内容

Linux 内核/sb bread

来自维基教科书,开放的书籍,开放的世界
static inline struct buffer_head * sb_bread(struct super_block * sb, sector_t block);

简短描述

[编辑 | 编辑源代码]

调用 __bread(sb->_bdev,block,sb->s_blocksize);

返回值

[编辑 | 编辑源代码]

返回 __bread 的返回值

华夏公益教科书