taglinefilesource code
block_read378include/linux/fs.hextern int block_read(struct inode *, struct file *, char *, int);
block_read1220kernel/blk_drv/floppy.cblock_read,    /* read - general block-dev read */
block_read696kernel/blk_drv/hd.cblock_read,    /* read - general block-dev read */
block_read52kernel/blk_drv/ramdisk.cblock_read,    /* read - general block-dev read */
block_read108kernel/blk_drv/scsi/sd.cblock_read,    /* read - general block-dev read */
block_read55kernel/blk_drv/scsi/sr.cblock_read,    /* read - general block-dev read */
block_read71kernel/blk_drv/xd.cstatic struct file_operations xd_fops = { NULL,block_read,block_write,NULL,NULL,xd_ioctl,NULL,xd_open,xd_release };