Lines Matching refs:file_operations
522 const struct file_operations *i_fop; /* former ->i_op->default_file_ops */
682 const struct file_operations *f_op;
1054 struct file_operations { struct
1450 extern const struct file_operations def_blk_fops;
1452 extern const struct file_operations def_chr_fops;
1453 extern const struct file_operations bad_sock_fops;
1454 extern const struct file_operations def_fifo_fops;
1476 const struct file_operations *);
1498 extern const struct file_operations read_fifo_fops;
1499 extern const struct file_operations write_fifo_fops;
1500 extern const struct file_operations rdwr_fifo_fops;
1753 extern const struct file_operations generic_ro_fops;
1809 extern const struct file_operations simple_dir_operations;
1811 struct tree_descr { char *name; const struct file_operations *ops; int mode; };
1899 static struct file_operations __fops = { \