Lines Matching defs:kernfs_ops
5521 struct kernfs_ops { struct
5522 int (*open)(struct kernfs_open_file *);
5523 void (*release)(struct kernfs_open_file *);
5524 int (*seq_show)(struct seq_file *, void *);
5525 void * (*seq_start)(struct seq_file *, loff_t *);
5526 void * (*seq_next)(struct seq_file *, void *, loff_t *);
5527 void (*seq_stop)(struct seq_file *, void *);
5528 ssize_t (*read)(struct kernfs_open_file *, char *, size_t, loff_t);
5529 size_t atomic_write_len;
5530 bool prealloc;
5531 ssize_t (*write)(struct kernfs_open_file *, char *, size_t, loff_t);
5532 __poll_t (*poll)(struct kernfs_open_file *, struct poll_table_struct *);
5533 int (*mmap)(struct kernfs_open_file *, struct vm_area_struct *);