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