Home
last modified time | relevance | path

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

/linux/include/linux/
A Dkernfs.h222 struct kernfs_ops { struct
227 int (*open)(struct kernfs_open_file *of);
228 void (*release)(struct kernfs_open_file *of);
241 int (*seq_show)(struct seq_file *sf, void *v);
243 void *(*seq_start)(struct seq_file *sf, loff_t *ppos);
244 void *(*seq_next)(struct seq_file *sf, void *v, loff_t *ppos);
245 void (*seq_stop)(struct seq_file *sf, void *v);
247 ssize_t (*read)(struct kernfs_open_file *of, char *buf, size_t bytes,
257 size_t atomic_write_len;
264 bool prealloc;
[all …]
/linux/fs/kernfs/
A Dfile.c64 static const struct kernfs_ops *kernfs_ops(struct kernfs_node *kn) in kernfs_ops() function

Completed in 6 milliseconds