Lines Matching defs:kernfs_ops
6202 struct kernfs_ops { struct
6203 int (*open)(struct kernfs_open_file *);
6204 void (*release)(struct kernfs_open_file *);
6205 int (*seq_show)(struct seq_file *, void *);
6206 void * (*seq_start)(struct seq_file *, loff_t *);
6207 void * (*seq_next)(struct seq_file *, void *, loff_t *);
6208 void (*seq_stop)(struct seq_file *, void *);
6209 ssize_t (*read)(struct kernfs_open_file *, char *, size_t, loff_t);
6210 size_t atomic_write_len;
6211 bool prealloc;
6212 ssize_t (*write)(struct kernfs_open_file *, char *, size_t, loff_t);
6213 __poll_t (*poll)(struct kernfs_open_file *, struct poll_table_struct *);
6214 int (*mmap)(struct kernfs_open_file *, struct vm_area_struct *);