taglinefilesource code
file_operations18fs/devices.cstruct file_operations * chrdev_fops[MAX_CHRDEV] = {
file_operations22fs/devices.cstruct file_operations * blkdev_fops[MAX_BLKDEV] = {
file_operations26fs/devices.cint register_chrdev(unsigned int major, const char * name, struct file_operations *fops)
file_operations36fs/devices.cint register_blkdev(unsigned int major, const char * name, struct file_operations *fops)
file_operations67fs/devices.cstruct file_operations def_blk_fops = {
file_operations118fs/devices.cstruct file_operations def_chr_fops = {
file_operations30fs/ext/dir.cstatic struct file_operations ext_dir_operations = {
file_operations41fs/ext/file.cstatic struct file_operations ext_file_operations = {
file_operations34fs/ext2/dir.cstatic struct file_operations ext2_dir_operations = {
file_operations41fs/ext2/file.cstatic struct file_operations ext2_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_operations125fs/fifo.cstatic struct file_operations def_fifo_fops = {
file_operations24fs/isofs/dir.cstatic struct file_operations isofs_dir_operations = {
file_operations38fs/isofs/file.cstatic struct file_operations isofs_file_operations = {
file_operations23fs/minix/dir.cstatic struct file_operations minix_dir_operations = {
file_operations35fs/minix/file.cstatic struct file_operations minix_file_operations = {
file_operations26fs/msdos/dir.cstatic struct file_operations msdos_dir_operations = {
file_operations28fs/msdos/file.cstatic struct file_operations msdos_file_operations = {
file_operations40fs/nfs/dir.cstatic struct file_operations nfs_dir_operations = {
file_operations23fs/nfs/file.cstatic struct file_operations nfs_file_operations = {
file_operations176fs/pipe.cstruct file_operations read_pipe_fops = {
file_operations189fs/pipe.cstruct file_operations write_pipe_fops = {
file_operations202fs/pipe.cstruct file_operations rdwr_pipe_fops = {
file_operations352fs/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_operations48fs/proc/kmsg.cstatic struct file_operations proc_kmsg_operations = {
file_operations143fs/proc/mem.cstatic struct file_operations proc_mem_operations = {
file_operations19fs/proc/root.cstatic struct file_operations proc_root_operations = {
file_operations66fs/select.cstruct file_operations *fops;
file_operations28fs/super.cextern struct file_operations * blkdev_fops[];
file_operations239fs/super.cstruct file_operations * fops;
file_operations368fs/super.cstruct file_operations * fops;
file_operations25fs/xiafs/dir.cstatic struct file_operations xiafs_dir_operations = {
file_operations38fs/xiafs/file.cstatic struct file_operations xiafs_file_operations = {
file_operations266include/linux/ext2_fs.hextern struct file_operations ext2_dir_operations;
file_operations270include/linux/ext2_fs.hextern struct file_operations ext2_file_operations;
file_operations106include/linux/ext_fs.hextern struct file_operations ext_file_operations;
file_operations107include/linux/ext_fs.hextern struct file_operations ext_dir_operations;
file_operations216include/linux/fs.hstruct file_operations * f_op;
file_operations275include/linux/fs.hstruct file_operations * default_file_ops;
file_operations311include/linux/fs.hextern int register_blkdev(unsigned int, const char *, struct file_operations *);
file_operations313include/linux/fs.hextern struct file_operations def_blk_fops;
file_operations316include/linux/fs.hextern int register_chrdev(unsigned int, const char *, struct file_operations *);
file_operations318include/linux/fs.hextern struct file_operations def_chr_fops;
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_operations112include/linux/minix_fs.hextern struct file_operations minix_file_operations;
file_operations113include/linux/minix_fs.hextern struct file_operations minix_dir_operations;
file_operations181include/linux/msdos_fs.hextern struct file_operations msdos_dir_operations;
file_operations186include/linux/msdos_fs.hextern struct file_operations msdos_file_operations;
file_operations105include/linux/xia_fs.hextern struct file_operations xiafs_file_operations;
file_operations106include/linux/xia_fs.hextern struct file_operations xiafs_dir_operations;
file_operations1218kernel/blk_drv/floppy.cstatic struct file_operations floppy_fops = {
file_operations690kernel/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_operations1205kernel/blk_drv/scsi/st.cstatic struct file_operations st_fops = {
file_operations71kernel/blk_drv/xd.cstatic struct file_operations xd_fops = { NULL,block_read,block_write,NULL,NULL,xd_ioctl,NULL,xd_open,xd_release };
file_operations142kernel/chr_drv/atixlmouse.cstruct file_operations atixl_busmouse_fops = {
file_operations133kernel/chr_drv/busmouse.cstruct file_operations bus_mouse_fops = {
file_operations413kernel/chr_drv/lp.cstatic struct file_operations lp_fops = {
file_operations232kernel/chr_drv/mem.cstatic struct file_operations ram_fops = {
file_operations244kernel/chr_drv/mem.cstatic struct file_operations mem_fops = {
file_operations256kernel/chr_drv/mem.cstatic struct file_operations kmem_fops = {
file_operations268kernel/chr_drv/mem.cstatic struct file_operations null_fops = {
file_operations280kernel/chr_drv/mem.cstatic struct file_operations port_fops = {
file_operations292kernel/chr_drv/mem.cstatic struct file_operations zero_fops = {
file_operations304kernel/chr_drv/mem.cstatic struct file_operations core_fops = {
file_operations348kernel/chr_drv/mem.cstatic struct file_operations memory_fops = {
file_operations27kernel/chr_drv/mouse.cextern struct file_operations bus_mouse_fops;
file_operations28kernel/chr_drv/mouse.cextern struct file_operations psaux_fops;
file_operations29kernel/chr_drv/mouse.cextern struct file_operations ms_bus_mouse_fops;
file_operations30kernel/chr_drv/mouse.cextern struct file_operations atixl_busmouse_fops;
file_operations68kernel/chr_drv/mouse.cstatic struct file_operations mouse_fops = {
file_operations138kernel/chr_drv/msbusmouse.cstruct file_operations ms_bus_mouse_fops = {
file_operations268kernel/chr_drv/psaux.cstruct file_operations psaux_fops = {
file_operations195kernel/chr_drv/tty_io.cstatic struct file_operations tty_fops = {
file_operations207kernel/chr_drv/tty_io.cstatic struct file_operations hung_up_tty_fops = {
file_operations219kernel/chr_drv/tty_io.cstatic struct file_operations vhung_up_tty_fops = {
file_operations231kernel/chr_drv/tty_io.cvoid do_tty_hangup(struct tty_struct * tty, struct file_operations *fops)
file_operations61net/socket.cstatic struct file_operations socket_file_ops = {