Home
last modified time | relevance | path

Searched defs:kernfs_ops (Results 1 – 1 of 1) sorted by relevance

/include/linux/
Dkernfs.h192 struct kernfs_ops { struct
204 int (*seq_show)(struct seq_file *sf, void *v);
206 void *(*seq_start)(struct seq_file *sf, loff_t *ppos);
207 void *(*seq_next)(struct seq_file *sf, void *v, loff_t *ppos);
208 void (*seq_stop)(struct seq_file *sf, void *v);
210 ssize_t (*read)(struct kernfs_open_file *of, char *buf, size_t bytes,
220 size_t atomic_write_len;
227 bool prealloc;
228 ssize_t (*write)(struct kernfs_open_file *of, char *buf, size_t bytes,
231 int (*mmap)(struct kernfs_open_file *of, struct vm_area_struct *vma);
[all …]