⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 msbuffer.h

📁 Linux内核源代码 为压缩文件 是<<Linux内核>>一书中的源代码
💻 H
字号:
/* Number of bytes to readahead on disc access */#define FAT_READAHEAD (18*1024)struct buffer_head *fat_bread (struct super_block *sb, int block);struct buffer_head *fat_getblk (struct super_block *sb, int block);void fat_brelse (struct super_block *sb, struct buffer_head *bh);void fat_mark_buffer_dirty (struct super_block *sb,	 struct buffer_head *bh);void fat_set_uptodate (struct super_block *sb,	 struct buffer_head *bh,	 int val);int fat_is_uptodate (struct super_block *sb, struct buffer_head *bh);void fat_ll_rw_block (struct super_block *sb, int opr,	int nbreq, struct buffer_head *bh[32]);

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -