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_operations24fs/ext/dir.cstatic struct file_operations ext_dir_operations = {
file_operations10fs/ext/fifo.cextern struct file_operations def_fifo_fops;
file_operations40fs/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_operations105fs/fifo.cstruct file_operations def_fifo_fops = {
file_operations35fs/minix/blkdev.cstatic struct file_operations def_blk_fops = {
file_operations35fs/minix/chrdev.cstatic struct file_operations def_chr_fops = {
file_operations18fs/minix/dir.cstatic struct file_operations minix_dir_operations = {
file_operations10fs/minix/fifo.cextern struct file_operations def_fifo_fops;
file_operations34fs/minix/file.cstatic struct file_operations minix_file_operations = {
file_operations23fs/msdos/dir.cstatic struct file_operations msdos_dir_operations = {
file_operations28fs/msdos/file.cstatic struct file_operations msdos_file_operations = {
file_operations20fs/open.cstruct file_operations * chrdev_fops[MAX_CHRDEV] = {
file_operations24fs/open.cstruct file_operations * blkdev_fops[MAX_BLKDEV] = {
file_operations169fs/pipe.cstruct file_operations read_pipe_fops = {
file_operations180fs/pipe.cstruct file_operations write_pipe_fops = {
file_operations191fs/pipe.cstruct file_operations rdwr_pipe_fops = {
file_operations125include/linux/ext_fs.hextern struct file_operations ext_file_operations;
file_operations126include/linux/ext_fs.hextern struct file_operations ext_dir_operations;
file_operations148include/linux/fs.hstruct file_operations * f_op;
file_operations188include/linux/fs.hstruct file_operations * default_file_ops;
file_operations218include/linux/fs.hextern struct file_operations * chrdev_fops[MAX_CHRDEV];
file_operations219include/linux/fs.hextern struct file_operations * blkdev_fops[MAX_BLKDEV];
file_operations92include/linux/minix_fs.hextern struct file_operations minix_file_operations;
file_operations93include/linux/minix_fs.hextern struct file_operations minix_dir_operations;
file_operations161include/linux/msdos_fs.hextern struct file_operations msdos_dir_operations;
file_operations166include/linux/msdos_fs.hextern struct file_operations msdos_file_operations;
file_operations1168kernel/blk_drv/floppy.cstatic struct file_operations floppy_fops = {
file_operations557kernel/blk_drv/hd.cstatic struct file_operations hd_fops = {
file_operations52kernel/blk_drv/ramdisk.cstatic struct file_operations rd_fops = {
file_operations65kernel/blk_drv/scsi/sd.cstatic struct file_operations sd_fops = {
file_operations113kernel/chr_drv/lp.cstatic struct file_operations lp_fops = {
file_operations243kernel/chr_drv/mem.cstatic struct file_operations mem_fops = {
file_operations145kernel/chr_drv/mouse.cstatic struct file_operations mouse_fops = {
file_operations616kernel/chr_drv/tty_io.cstatic struct file_operations tty_fops = {
file_operations53net/socket.cstatic struct file_operations socket_file_ops = {