Home
last modified time | relevance | path

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

/include/linux/
Dkernfs.h281 struct kernfs_ops { struct
286 int (*open)(struct kernfs_open_file *of);
287 void (*release)(struct kernfs_open_file *of);
300 int (*seq_show)(struct seq_file *sf, void *v);
302 void *(*seq_start)(struct seq_file *sf, loff_t *ppos);
303 void *(*seq_next)(struct seq_file *sf, void *v, loff_t *ppos);
304 void (*seq_stop)(struct seq_file *sf, void *v);
306 ssize_t (*read)(struct kernfs_open_file *of, char *buf, size_t bytes,
316 size_t atomic_write_len;
323 bool prealloc;
[all …]