tag
line
file
source code
fat_bread
80
fs/fat/buffer.c
ret = fat_bread (sb,block);
fat_bread
2
fs/fat/msbuffer.h
struct buffer_head *fat_bread (struct super_block *sb, int block);
fat_bread
31
fs/fat/msbuffer.h
#define bread(d,b,s) fat_bread(sb,b)