• Home
  • Raw
  • Download

Lines Matching defs:file_operations___2

36087 struct file_operations___2 {  struct
36088 struct module___2 *owner;
36089 loff_t (*llseek)(struct file___2 *, loff_t, int);
36090 ssize_t (*read)(struct file___2 *, char *, size_t, loff_t *);
36091 ssize_t (*write)(struct file___2 *, const char *, size_t, loff_t *);
36092 ssize_t (*read_iter)(struct kiocb___2 *, struct iov_iter___2 *);
36093 ssize_t (*write_iter)(struct kiocb___2 *, struct iov_iter___2 *);
36094 int (*iopoll)(struct kiocb___2 *, bool);
36095 int (*iterate)(struct file___2 *, struct dir_context *);
36096 int (*iterate_shared)(struct file___2 *, struct dir_context *);
36097 __poll_t (*poll)(struct file___2 *, struct poll_table_struct___2 *);
36098 long int (*unlocked_ioctl)(struct file___2 *, unsigned int, long unsigned int);
36099 long int (*compat_ioctl)(struct file___2 *, unsigned int, long unsigned int);
36100 int (*mmap)(struct file___2 *, struct vm_area_struct___2 *);
36101 long unsigned int mmap_supported_flags;
36102 int (*open)(struct inode___2 *, struct file___2 *);
36103 int (*flush)(struct file___2 *, fl_owner_t);
36104 int (*release)(struct inode___2 *, struct file___2 *);
36105 int (*fsync)(struct file___2 *, loff_t, loff_t, int);
36106 int (*fasync)(int, struct file___2 *, int);
36107 int (*lock)(struct file___2 *, int, struct file_lock___2 *);
36108 ssize_t (*sendpage)(struct file___2 *, struct page___2 *, int, size_t, loff_t *, int);
36109 …ea)(struct file___2 *, long unsigned int, long unsigned int, long unsigned int, long unsigned int);
36110 int (*check_flags)(int);
36111 int (*flock)(struct file___2 *, int, struct file_lock___2 *);
36112 …t (*splice_write)(struct pipe_inode_info___2 *, struct file___2 *, loff_t *, size_t, unsigned int);
36113 …_t (*splice_read)(struct file___2 *, loff_t *, struct pipe_inode_info___2 *, size_t, unsigned int);
36114 int (*setlease)(struct file___2 *, long int, struct file_lock___2 **, void **);
36115 long int (*fallocate)(struct file___2 *, int, loff_t, loff_t);
36116 void (*show_fdinfo)(struct seq_file___2 *, struct file___2 *);
36117 …e_t (*copy_file_range)(struct file___2 *, loff_t, struct file___2 *, loff_t, size_t, unsigned int);
36118 …_t (*remap_file_range)(struct file___2 *, loff_t, struct file___2 *, loff_t, loff_t, unsigned int);
36119 int (*fadvise)(struct file___2 *, loff_t, loff_t, int);