msbuffer.h
来自「Linux内核源代码 为压缩文件 是<<Linux内核>>」· C头文件 代码 · 共 15 行
H
15 行
/* 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 + =
减小字号Ctrl + -
显示快捷键?