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