taglinefilesource code
IO_fn_t200fs/read_write.ctypedef int (*IO_fn_t)(struct inode *, struct file *, char *, int);
IO_fn_t208fs/read_write.cIO_fn_t fn;
IO_fn_t248fs/read_write.cfn = (IO_fn_t) file->f_op->write;