Searched defs:kernfs_ops (Results 1 – 1 of 1) sorted by relevance
5515 struct kernfs_ops { struct5516 int (*open)(struct kernfs_open_file *);5517 void (*release)(struct kernfs_open_file *);5518 int (*seq_show)(struct seq_file *, void *);5519 void * (*seq_start)(struct seq_file *, loff_t *);5520 void * (*seq_next)(struct seq_file *, void *, loff_t *);5521 void (*seq_stop)(struct seq_file *, void *);5522 ssize_t (*read)(struct kernfs_open_file *, char *, size_t, loff_t);5523 size_t atomic_write_len;5524 bool prealloc;[all …]