Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/
A Dkernfs.h269 struct kernfs_ops { struct
274 int (*open)(struct kernfs_open_file *of);
275 void (*release)(struct kernfs_open_file *of);
288 int (*seq_show)(struct seq_file *sf, void *v);
290 void *(*seq_start)(struct seq_file *sf, loff_t *ppos);
291 void *(*seq_next)(struct seq_file *sf, void *v, loff_t *ppos);
292 void (*seq_stop)(struct seq_file *sf, void *v);
294 ssize_t (*read)(struct kernfs_open_file *of, char *buf, size_t bytes,
304 size_t atomic_write_len;
311 bool prealloc;
[all …]
/linux-6.3-rc2/fs/kernfs/
A Dfile.c106 static const struct kernfs_ops *kernfs_ops(struct kernfs_node *kn) in kernfs_ops() function

Completed in 11 milliseconds