Searched defs:kernfs_ops (Results 1 – 1 of 1) sorted by relevance
6702 struct kernfs_ops { struct6703 int (*open)(struct kernfs_open_file *);6704 void (*release)(struct kernfs_open_file *);6705 int (*seq_show)(struct seq_file *, void *);6706 void * (*seq_start)(struct seq_file *, loff_t *);6707 void * (*seq_next)(struct seq_file *, void *, loff_t *);6708 void (*seq_stop)(struct seq_file *, void *);6709 ssize_t (*read)(struct kernfs_open_file *, char *, size_t, loff_t);6710 size_t atomic_write_len;6711 bool prealloc;[all …]