tag
line
file
source code
IO_fn_t
189
fs/read_write.c
typedef int (*IO_fn_t)(struct inode *, struct file *, char *, int);
IO_fn_t
197
fs/read_write.c
IO_fn_t fn;
IO_fn_t
232
fs/read_write.c
fn = (IO_fn_t) file->f_op->write;