Lines Matching defs:kernfs_open_file
5538 struct kernfs_open_file { struct
5539 struct kernfs_node *kn;
5540 struct file *file;
5541 struct seq_file *seq_file;
5542 void *priv;
5543 struct mutex mutex;
5544 struct mutex prealloc_mutex;
5545 int event;
5546 struct list_head list;
5547 char *prealloc_buf;
5548 size_t atomic_write_len;
5549 bool mmapped: 1;
5550 bool released: 1;
5551 const struct vm_operations_struct *vm_ops;