tag | line | file | source code |
file_operations | 2678 | drivers/block/cdu31a.c | static struct file_operations scd_fops = { |
file_operations | 3100 | drivers/block/floppy.c | static struct file_operations floppy_fops = { |
file_operations | 1034 | drivers/block/hd.c | static struct file_operations hd_fops = { |
file_operations | 2110 | drivers/block/ide.c | static struct file_operations ide_fops = { |
file_operations | 1075 | drivers/block/mcd.c | static struct file_operations mcd_fops = { |
file_operations | 60 | drivers/block/ramdisk.c | static struct file_operations rd_fops = { |
file_operations | 3933 | drivers/block/sbpcd.c | static struct file_operations sbpcd_fops = |
file_operations | 98 | drivers/block/xd.c | static struct file_operations xd_fops = { |
file_operations | 162 | drivers/char/atixlmouse.c | struct file_operations atixl_busmouse_fops = { |
file_operations | 204 | drivers/char/busmouse.c | struct file_operations bus_mouse_fops = { |
file_operations | 478 | drivers/char/lp.c | static struct file_operations lp_fops = { |
file_operations | 220 | drivers/char/mem.c | static struct file_operations ram_fops = { |
file_operations | 233 | drivers/char/mem.c | static struct file_operations mem_fops = { |
file_operations | 246 | drivers/char/mem.c | static struct file_operations kmem_fops = { |
file_operations | 259 | drivers/char/mem.c | static struct file_operations null_fops = { |
file_operations | 272 | drivers/char/mem.c | static struct file_operations port_fops = { |
file_operations | 285 | drivers/char/mem.c | static struct file_operations zero_fops = { |
file_operations | 297 | drivers/char/mem.c | static struct file_operations full_fops = { |
file_operations | 341 | drivers/char/mem.c | static struct file_operations memory_fops = { |
file_operations | 28 | drivers/char/mouse.c | extern struct file_operations bus_mouse_fops; |
file_operations | 29 | drivers/char/mouse.c | extern struct file_operations psaux_fops; |
file_operations | 30 | drivers/char/mouse.c | extern struct file_operations ms_bus_mouse_fops; |
file_operations | 31 | drivers/char/mouse.c | extern struct file_operations atixl_busmouse_fops; |
file_operations | 69 | drivers/char/mouse.c | static struct file_operations mouse_fops = { |
file_operations | 135 | drivers/char/msbusmouse.c | struct file_operations ms_bus_mouse_fops = { |
file_operations | 422 | drivers/char/psaux.c | struct file_operations psaux_fops = { |
file_operations | 2789 | drivers/char/tpqic02.c | static struct file_operations qic02_tape_fops = { |
file_operations | 316 | drivers/char/tty_io.c | static struct file_operations tty_fops = { |
file_operations | 330 | drivers/char/tty_io.c | static struct file_operations hung_up_tty_fops = { |
file_operations | 344 | drivers/char/tty_io.c | void do_tty_hangup(struct tty_struct * tty, struct file_operations *fops) |
file_operations | 113 | drivers/scsi/sd.c | static struct file_operations sd_fops = { |
file_operations | 322 | drivers/scsi/sg.c | static struct file_operations sg_fops = { |
file_operations | 66 | drivers/scsi/sr.c | static struct file_operations sr_fops = |
file_operations | 1813 | drivers/scsi/st.c | static struct file_operations st_fops = { |
file_operations | 167 | drivers/sound/soundcard.c | static struct file_operations sound_fops = |
file_operations | 20 | fs/devices.c | struct file_operations * fops; |
file_operations | 51 | fs/devices.c | struct file_operations * get_blkfops(unsigned int major) |
file_operations | 58 | fs/devices.c | struct file_operations * get_chrfops(unsigned int major) |
file_operations | 65 | fs/devices.c | int register_chrdev(unsigned int major, const char * name, struct file_operations *fops) |
file_operations | 86 | fs/devices.c | int register_blkdev(unsigned int major, const char * name, struct file_operations *fops) |
file_operations | 145 | fs/devices.c | struct file_operations * fops; |
file_operations | 189 | fs/devices.c | struct file_operations def_blk_fops = { |
file_operations | 240 | fs/devices.c | struct file_operations def_chr_fops = { |
file_operations | 33 | fs/ext/dir.c | static struct file_operations ext_dir_operations = { |
file_operations | 41 | fs/ext/file.c | static struct file_operations ext_file_operations = { |
file_operations | 36 | fs/ext2/dir.c | static struct file_operations ext2_dir_operations = { |
file_operations | 44 | fs/ext2/file.c | static struct file_operations ext2_file_operations = { |
file_operations | 120 | fs/fifo.c | static struct file_operations def_fifo_fops = { |
file_operations | 150 | fs/hpfs/hpfs_fs.c | static const struct file_operations hpfs_file_ops = |
file_operations | 192 | fs/hpfs/hpfs_fs.c | static const struct file_operations hpfs_dir_ops = |
file_operations | 30 | fs/isofs/dir.c | static struct file_operations isofs_dir_operations = { |
file_operations | 38 | fs/isofs/file.c | static struct file_operations isofs_file_operations = { |
file_operations | 158 | fs/isofs/inode.c | extern struct file_operations * get_blkfops(unsigned int); |
file_operations | 26 | fs/minix/dir.c | static struct file_operations minix_dir_operations = { |
file_operations | 35 | fs/minix/file.c | static struct file_operations minix_file_operations = { |
file_operations | 30 | fs/msdos/dir.c | static struct file_operations msdos_dir_operations = { |
file_operations | 29 | fs/msdos/file.c | static struct file_operations msdos_file_operations = { |
file_operations | 66 | fs/msdos/file.c | static struct file_operations msdos_file_operations_1024 = { |
file_operations | 44 | fs/nfs/dir.c | static struct file_operations nfs_dir_operations = { |
file_operations | 33 | fs/nfs/file.c | static struct file_operations nfs_file_operations = { |
file_operations | 269 | fs/pipe.c | struct file_operations connecting_fifo_fops = { |
file_operations | 282 | fs/pipe.c | struct file_operations read_fifo_fops = { |
file_operations | 295 | fs/pipe.c | struct file_operations write_fifo_fops = { |
file_operations | 308 | fs/pipe.c | struct file_operations rdwr_fifo_fops = { |
file_operations | 321 | fs/pipe.c | struct file_operations read_pipe_fops = { |
file_operations | 334 | fs/pipe.c | struct file_operations write_pipe_fops = { |
file_operations | 347 | fs/pipe.c | struct file_operations rdwr_pipe_fops = { |
file_operations | 93 | fs/proc/array.c | static struct file_operations proc_kcore_operations = { |
file_operations | 148 | fs/proc/array.c | static struct file_operations proc_profile_operations = { |
file_operations | 704 | fs/proc/array.c | static struct file_operations proc_array_operations = { |
file_operations | 19 | fs/proc/base.c | static struct file_operations proc_base_operations = { |
file_operations | 19 | fs/proc/fd.c | static struct file_operations proc_fd_operations = { |
file_operations | 47 | fs/proc/kmsg.c | static struct file_operations proc_kmsg_operations = { |
file_operations | 27 | fs/proc/link.c | static struct file_operations proc_fd_link_operations = { |
file_operations | 231 | fs/proc/mem.c | static struct file_operations proc_mem_operations = { |
file_operations | 74 | fs/proc/net.c | static struct file_operations proc_net_operations = { |
file_operations | 20 | fs/proc/root.c | static struct file_operations proc_root_operations = { |
file_operations | 72 | fs/select.c | struct file_operations *fops; |
file_operations | 25 | fs/super.c | extern struct file_operations * get_blkfops(unsigned int); |
file_operations | 26 | fs/super.c | extern struct file_operations * get_chrfops(unsigned int); |
file_operations | 375 | fs/super.c | struct file_operations * fops; |
file_operations | 559 | fs/super.c | struct file_operations * fops; |
file_operations | 33 | fs/sysv/dir.c | static struct file_operations sysv_dir_operations = { |
file_operations | 41 | fs/sysv/file.c | static struct file_operations sysv_file_operations = { |
file_operations | 671 | fs/umsdos/dir.c | static struct file_operations umsdos_dir_operations = { |
file_operations | 63 | fs/umsdos/file.c | struct file_operations umsdos_file_operations = { |
file_operations | 95 | fs/umsdos/file.c | struct file_operations umsdos_file_operations_no_bmap = { |
file_operations | 210 | fs/umsdos/rdir.c | static struct file_operations umsdos_rdir_operations = { |
file_operations | 113 | fs/umsdos/symlink.c | static struct file_operations umsdos_symlink_operations = { |
file_operations | 28 | fs/xiafs/dir.c | static struct file_operations xiafs_dir_operations = { |
file_operations | 38 | fs/xiafs/file.c | static struct file_operations xiafs_file_operations = { |
file_operations | 262 | include/linux/fs.h | struct file_operations * f_op; |
file_operations | 343 | include/linux/fs.h | struct file_operations * default_file_ops; |
file_operations | 390 | include/linux/fs.h | extern int register_blkdev(unsigned int, const char *, struct file_operations *); |
file_operations | 393 | include/linux/fs.h | extern struct file_operations def_blk_fops; |
file_operations | 396 | include/linux/fs.h | extern int register_chrdev(unsigned int, const char *, struct file_operations *); |
file_operations | 399 | include/linux/fs.h | extern struct file_operations def_chr_fops; |
file_operations | 404 | include/linux/fs.h | extern struct file_operations connecting_fifo_fops; |
file_operations | 405 | include/linux/fs.h | extern struct file_operations read_fifo_fops; |
file_operations | 406 | include/linux/fs.h | extern struct file_operations write_fifo_fops; |
file_operations | 407 | include/linux/fs.h | extern struct file_operations rdwr_fifo_fops; |
file_operations | 408 | include/linux/fs.h | extern struct file_operations read_pipe_fops; |
file_operations | 409 | include/linux/fs.h | extern struct file_operations write_pipe_fops; |
file_operations | 410 | include/linux/fs.h | extern struct file_operations rdwr_pipe_fops; |
file_operations | 123 | include/linux/umsdos_fs.h | extern struct file_operations umsdos_file_operations; |
file_operations | 78 | net/socket.c | static struct file_operations socket_file_ops = { |