tag
line
file
source code
vread
116
drivers/char/mem.c
read2 = vread(buf + read1, (char *) ((unsigned long) file->f_pos), count - read1);
vread
201
include/linux/mm.h
extern int vread(char *buf, char *addr, int count);