| /kernel/bpf/ |
| D | bpf_inode_storage.c | 26 struct inode *inode = owner; in inode_storage_ptr() local 35 static struct bpf_local_storage_data *inode_storage_lookup(struct inode *inode, in inode_storage_lookup() 55 void bpf_inode_storage_free(struct inode *inode) in bpf_inode_storage_free() 142 static int inode_storage_delete(struct inode *inode, struct bpf_map *map) in inode_storage_delete() 170 BPF_CALL_4(bpf_inode_storage_get, struct bpf_map *, map, struct inode *, inode, in BPF_CALL_4() 204 BPF_CALL_2(bpf_inode_storage_delete, in BPF_CALL_2() argument 205 struct bpf_map *, map, struct inode *, inode) in BPF_CALL_2()
|
| D | inode.c | 105 struct inode *inode; in bpf_get_inode() local 130 static int bpf_inode_type(const struct inode *inode, enum bpf_type *type) in bpf_inode_type() 145 static void bpf_dentry_finalize(struct dentry *dentry, struct inode *inode, in bpf_dentry_finalize() 157 struct inode *inode; in bpf_mkdir() local 273 static int bpffs_map_open(struct inode *inode, struct file *file) in bpffs_map_open() 296 static int bpffs_map_release(struct inode *inode, struct file *file) in bpffs_map_release() 321 static int bpffs_obj_open(struct inode *inode, struct file *file) in bpffs_obj_open() 335 struct inode *inode = bpf_get_inode(dir->i_sb, dir, mode); in bpf_mkobj_ops() local 388 struct inode *inode; in bpf_symlink() local 500 struct inode *inode; in bpf_obj_do_get() local [all …]
|
| D | bpf_iter.c | 232 static int iter_open(struct inode *inode, struct file *file) in iter_open() 239 static int iter_release(struct inode *inode, struct file *file) in iter_release()
|
| /kernel/ |
| D | audit_fsnotify.c | 68 const struct inode *inode) in audit_update_mark() 79 struct inode *inode; in audit_alloc_mark() local 157 struct inode *inode, struct inode *dir, in audit_mark_handle_event()
|
| D | audit_tree.c | 213 static unsigned long inode_to_key(const struct inode *inode) in inode_to_key() 242 struct audit_chunk *audit_tree_lookup(const struct inode *inode) in audit_tree_lookup() 397 static int create_chunk(struct inode *inode, struct audit_tree *tree) in create_chunk() 458 static int tag_chunk(struct inode *inode, struct audit_tree *tree) in tag_chunk() 1039 struct inode *inode, struct inode *dir, in audit_tree_handle_event()
|
| D | audit_watch.c | 88 static inline struct audit_parent *audit_find_parent(struct inode *inode) in audit_find_parent() 138 struct inode *inode = d_backing_inode(path->dentry); in audit_init_parent() local 468 struct inode *inode, struct inode *dir, in audit_watch_handle_event()
|
| D | capability.c | 487 bool privileged_wrt_inode_uidgid(struct user_namespace *ns, const struct inode *inode) in privileged_wrt_inode_uidgid() 502 bool capable_wrt_inode_uidgid(const struct inode *inode, int cap) in capable_wrt_inode_uidgid()
|
| D | auditsc.c | 1817 static inline void handle_one(const struct inode *inode) in handle_one() 1863 struct inode *inode = d_backing_inode(d); in handle_path() local 2016 struct inode *inode, unsigned int flags) in audit_copy_inode() 2042 struct inode *inode = d_backing_inode(dentry); in __audit_inode() local 2160 struct inode *inode = d_backing_inode(dentry); in __audit_inode_child() local
|
| D | latencytop.c | 253 static int lstats_open(struct inode *inode, struct file *filp) in lstats_open()
|
| /kernel/events/ |
| D | uprobes.c | 62 struct inode *inode; /* Also hold a ref to inode */ member 633 static struct uprobe *__find_uprobe(struct inode *inode, loff_t offset) in __find_uprobe() 658 static struct uprobe *find_uprobe(struct inode *inode, loff_t offset) in find_uprobe() 728 static struct uprobe *alloc_uprobe(struct inode *inode, loff_t offset, in alloc_uprobe() 1109 void uprobe_unregister(struct inode *inode, loff_t offset, struct uprobe_consumer *uc) in uprobe_unregister() 1142 static int __uprobe_register(struct inode *inode, loff_t offset, in __uprobe_register() 1195 int uprobe_register(struct inode *inode, loff_t offset, in uprobe_register() 1202 int uprobe_register_refctr(struct inode *inode, loff_t offset, in uprobe_register_refctr() 1216 int uprobe_apply(struct inode *inode, loff_t offset, in uprobe_apply() 1266 find_node_in_range(struct inode *inode, loff_t min, loff_t max) in find_node_in_range() [all …]
|
| /kernel/trace/ |
| D | trace.c | 4324 static inline int tracing_get_cpu(struct inode *inode) in tracing_get_cpu() 4339 __tracing_open(struct inode *inode, struct file *file, bool snapshot) in __tracing_open() 4451 int tracing_open_generic(struct inode *inode, struct file *filp) in tracing_open_generic() 4472 int tracing_open_generic_tr(struct inode *inode, struct file *filp) in tracing_open_generic_tr() 4490 int tracing_open_file_tr(struct inode *inode, struct file *filp) in tracing_open_file_tr() 4504 int tracing_release_file_tr(struct inode *inode, struct file *filp) in tracing_release_file_tr() 4513 static int tracing_release(struct inode *inode, struct file *file) in tracing_release() 4555 static int tracing_release_generic_tr(struct inode *inode, struct file *file) in tracing_release_generic_tr() 4563 static int tracing_single_release_tr(struct inode *inode, struct file *file) in tracing_single_release_tr() 4572 static int tracing_open(struct inode *inode, struct file *file) in tracing_open() [all …]
|
| D | trace_stack.c | 477 static int stack_trace_open(struct inode *inode, struct file *file) in stack_trace_open() 498 stack_trace_filter_open(struct inode *inode, struct file *file) in stack_trace_filter_open()
|
| D | trace_events.c | 1396 static int trace_format_open(struct inode *inode, struct file *file) in trace_format_open() 1493 static int subsystem_open(struct inode *inode, struct file *filp) in subsystem_open() 1543 static int system_tr_open(struct inode *inode, struct file *filp) in system_tr_open() 1565 static int subsystem_release(struct inode *inode, struct file *file) in subsystem_release() 1916 ftrace_event_open(struct inode *inode, struct file *file, in ftrace_event_open() 1936 static int ftrace_event_release(struct inode *inode, struct file *file) in ftrace_event_release() 1946 ftrace_event_avail_open(struct inode *inode, struct file *file) in ftrace_event_avail_open() 1955 ftrace_event_set_open(struct inode *inode, struct file *file) in ftrace_event_set_open() 1976 ftrace_event_set_pid_open(struct inode *inode, struct file *file) in ftrace_event_set_pid_open() 1997 ftrace_event_set_npid_open(struct inode *inode, struct file *file) in ftrace_event_set_npid_open()
|
| D | trace_events_trigger.c | 176 static int event_trigger_regex_open(struct inode *inode, struct file *file) in event_trigger_regex_open() 285 static int event_trigger_regex_release(struct inode *inode, struct file *file) in event_trigger_regex_release() 305 event_trigger_open(struct inode *inode, struct file *filp) in event_trigger_open() 312 event_trigger_release(struct inode *inode, struct file *file) in event_trigger_release()
|
| D | ftrace.c | 3705 ftrace_avail_open(struct inode *inode, struct file *file) in ftrace_avail_open() 3728 ftrace_enabled_open(struct inode *inode, struct file *file) in ftrace_enabled_open() 3770 struct inode *inode, struct file *file) in ftrace_regex_open() 3857 ftrace_filter_open(struct inode *inode, struct file *file) in ftrace_filter_open() 3868 ftrace_notrace_open(struct inode *inode, struct file *file) in ftrace_notrace_open() 5633 int ftrace_regex_release(struct inode *inode, struct file *file) in ftrace_regex_release() 5841 __ftrace_graph_open(struct inode *inode, struct file *file, in __ftrace_graph_open() 5898 ftrace_graph_open(struct inode *inode, struct file *file) in ftrace_graph_open() 5926 ftrace_graph_notrace_open(struct inode *inode, struct file *file) in ftrace_graph_notrace_open() 5954 ftrace_graph_release(struct inode *inode, struct file *file) in ftrace_graph_release() [all …]
|
| /kernel/irq/ |
| D | proc.c | 191 static int irq_affinity_proc_open(struct inode *inode, struct file *file) in irq_affinity_proc_open() 196 static int irq_affinity_list_proc_open(struct inode *inode, struct file *file) in irq_affinity_list_proc_open() 266 static int default_affinity_open(struct inode *inode, struct file *file) in default_affinity_open()
|
| D | debugfs.c | 186 static int irq_debug_open(struct inode *inode, struct file *file) in irq_debug_open()
|
| /kernel/power/ |
| D | user.c | 47 static int snapshot_open(struct inode *inode, struct file *filp) in snapshot_open() 106 static int snapshot_release(struct inode *inode, struct file *filp) in snapshot_release()
|
| D | qos.c | 338 static int cpu_latency_qos_open(struct inode *inode, struct file *filp) in cpu_latency_qos_open() 352 static int cpu_latency_qos_release(struct inode *inode, struct file *filp) in cpu_latency_qos_release()
|
| /kernel/time/ |
| D | posix-clock.c | 108 static int posix_clock_open(struct inode *inode, struct file *fp) in posix_clock_open() 134 static int posix_clock_release(struct inode *inode, struct file *fp) in posix_clock_release()
|
| D | test_udelay.c | 95 static int udelay_test_open(struct inode *inode, struct file *file) in udelay_test_open()
|
| /kernel/sched/ |
| D | psi.c | 1129 static int psi_io_open(struct inode *inode, struct file *file) in psi_io_open() 1134 static int psi_memory_open(struct inode *inode, struct file *file) in psi_memory_open() 1139 static int psi_cpu_open(struct inode *inode, struct file *file) in psi_cpu_open() 1372 static int psi_fop_release(struct inode *inode, struct file *file) in psi_fop_release()
|
| /kernel/locking/ |
| D | lockdep_proc.c | 637 static int lock_stat_open(struct inode *inode, struct file *file) in lock_stat_open() 696 static int lock_stat_release(struct inode *inode, struct file *file) in lock_stat_release()
|
| /kernel/gcov/ |
| D | fs.c | 178 static int gcov_seq_open(struct inode *inode, struct file *file) in gcov_seq_open() 218 static int gcov_seq_release(struct inode *inode, struct file *file) in gcov_seq_release()
|
| /kernel/kcsan/ |
| D | debugfs.c | 213 static int debugfs_open(struct inode *inode, struct file *file) in debugfs_open()
|