taglinefilesource code
file_operations41fs/ext/blkdev.cstatic struct file_operations def_blk_fops = {
file_operations41fs/ext/chrdev.cstatic struct file_operations def_chr_fops = {
file_operations30fs/ext/dir.cstatic struct file_operations ext_dir_operations = {
file_operations10fs/ext/fifo.cextern struct file_operations def_fifo_fops;
file_operations41fs/ext/file.cstatic struct file_operations ext_file_operations = {
file_operations12fs/fifo.cextern struct file_operations read_pipe_fops;
file_operations13fs/fifo.cextern struct file_operations write_pipe_fops;
file_operations14fs/fifo.cextern struct file_operations rdwr_pipe_fops;
file_operations106fs/fifo.cstruct file_operations def_fifo_fops = {
file_operations40fs/isofs/blkdev.cstatic struct file_operations def_blk_fops = {
file_operations40fs/isofs/chrdev.cstatic struct file_operations def_chr_fops = {
file_operations24fs/isofs/dir.cstatic struct file_operations isofs_dir_operations = {
file_operations10fs/isofs/fifo.cextern struct file_operations def_fifo_fops;
file_operations38fs/isofs/file.cstatic struct file_operations isofs_file_operations = {
file_operations35fs/minix/blkdev.cstatic struct file_operations def_blk_fops = {
file_operations35fs/minix/chrdev.cstatic struct file_operations def_chr_fops = {
file_operations23fs/minix/dir.cstatic struct file_operations minix_dir_operations = {
file_operations10fs/minix/fifo.cextern struct file_operations def_fifo_fops;
file_operations35fs/minix/file.cstatic struct file_operations minix_file_operations = {
file_operations25fs/msdos/dir.cstatic struct file_operations msdos_dir_operations = {
file_operations28fs/msdos/file.cstatic struct file_operations msdos_file_operations = {
file_operations35fs/nfs/blkdev.cstatic struct file_operations def_blk_fops = {
file_operations35fs/nfs/chrdev.cstatic struct file_operations def_chr_fops = {
file_operations40fs/nfs/dir.cstatic struct file_operations nfs_dir_operations = {
file_operations10fs/nfs/fifo.cextern struct file_operations def_fifo_fops;
file_operations23fs/nfs/file.cstatic struct file_operations nfs_file_operations = {
file_operations24fs/open.cstruct file_operations * chrdev_fops[MAX_CHRDEV] = {
file_operations28fs/open.cstruct file_operations * blkdev_fops[MAX_BLKDEV] = {
file_operations169fs/pipe.cstruct file_operations read_pipe_fops = {
file_operations181fs/pipe.cstruct file_operations write_pipe_fops = {
file_operations193fs/pipe.cstruct file_operations rdwr_pipe_fops = {
file_operations201fs/proc/array.cstatic struct file_operations proc_array_operations = {
file_operations19fs/proc/base.cstatic struct file_operations proc_base_operations = {
file_operations19fs/proc/fd.cstatic struct file_operations proc_fd_operations = {
file_operations131fs/proc/mem.cstatic struct file_operations proc_mem_operations = {
file_operations19fs/proc/root.cstatic struct file_operations proc_root_operations = {
file_operations64fs/select.cstruct file_operations *fops;
file_operations227fs/super.cstruct file_operations * fops;
file_operations330fs/super.cstruct file_operations * fops;
file_operations109include/linux/ext_fs.hextern struct file_operations ext_file_operations;
file_operations110include/linux/ext_fs.hextern struct file_operations ext_dir_operations;
file_operations191include/linux/fs.hstruct file_operations * f_op;
file_operations245include/linux/fs.hstruct file_operations * default_file_ops;
file_operations277include/linux/fs.hextern struct file_operations * chrdev_fops[MAX_CHRDEV];
file_operations278include/linux/fs.hextern struct file_operations * blkdev_fops[MAX_BLKDEV];
file_operations182include/linux/iso_fs.hextern struct file_operations isofs_file_operations;
file_operations183include/linux/iso_fs.hextern struct file_operations isofs_dir_operations;
file_operations87include/linux/minix_fs.hextern struct file_operations minix_file_operations;
file_operations88include/linux/minix_fs.hextern struct file_operations minix_dir_operations;
file_operations155include/linux/msdos_fs.hextern struct file_operations msdos_dir_operations;
file_operations160include/linux/msdos_fs.hextern struct file_operations msdos_file_operations;
file_operations1208kernel/blk_drv/floppy.cstatic struct file_operations floppy_fops = {
file_operations662kernel/blk_drv/hd.cstatic struct file_operations hd_fops = {
file_operations50kernel/blk_drv/ramdisk.cstatic struct file_operations rd_fops = {
file_operations106kernel/blk_drv/scsi/sd.cstatic struct file_operations sd_fops = {
file_operations52kernel/blk_drv/scsi/sr.cstatic struct file_operations sr_fops = 
file_operations1189kernel/blk_drv/scsi/st.cstatic struct file_operations st_fops = {
file_operations142kernel/chr_drv/atixlmouse.cstruct file_operations atixl_busmouse_fops = {
file_operations133kernel/chr_drv/busmouse.cstruct file_operations bus_mouse_fops = {
file_operations213kernel/chr_drv/lp.cstatic struct file_operations lp_fops = {
file_operations209kernel/chr_drv/mem.cstatic struct file_operations ram_fops = {
file_operations221kernel/chr_drv/mem.cstatic struct file_operations mem_fops = {
file_operations233kernel/chr_drv/mem.cstatic struct file_operations kmem_fops = {
file_operations245kernel/chr_drv/mem.cstatic struct file_operations null_fops = {
file_operations257kernel/chr_drv/mem.cstatic struct file_operations port_fops = {
file_operations269kernel/chr_drv/mem.cstatic struct file_operations zero_fops = {
file_operations281kernel/chr_drv/mem.cstatic struct file_operations core_fops = {
file_operations325kernel/chr_drv/mem.cstatic struct file_operations memory_fops = {
file_operations26kernel/chr_drv/mouse.cextern struct file_operations bus_mouse_fops;
file_operations27kernel/chr_drv/mouse.cextern struct file_operations psaux_fops;
file_operations28kernel/chr_drv/mouse.cextern struct file_operations ms_bus_mouse_fops;
file_operations29kernel/chr_drv/mouse.cextern struct file_operations atixl_busmouse_fops;
file_operations67kernel/chr_drv/mouse.cstatic struct file_operations mouse_fops = {
file_operations138kernel/chr_drv/msbusmouse.cstruct file_operations ms_bus_mouse_fops = {
file_operations267kernel/chr_drv/psaux.cstruct file_operations psaux_fops = {
file_operations806kernel/chr_drv/tty_io.cstatic struct file_operations tty_fops = {
file_operations61net/socket.cstatic struct file_operations socket_file_ops = {