/kernel/bpf/ |
D | bpf_inode_storage.c | 27 struct inode *inode = owner; in inode_storage_ptr() local 36 static struct bpf_local_storage_data *inode_storage_lookup(struct inode *inode, in inode_storage_lookup() 57 void bpf_inode_storage_free(struct inode *inode) in bpf_inode_storage_free() 144 static int inode_storage_delete(struct inode *inode, struct bpf_map *map) in inode_storage_delete() 173 BPF_CALL_5(bpf_inode_storage_get, struct bpf_map *, map, struct inode *, inode, in BPF_CALL_5() 208 BPF_CALL_2(bpf_inode_storage_delete, in BPF_CALL_2() argument 209 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() 158 struct inode *inode; in bpf_mkdir() local 274 static int bpffs_map_open(struct inode *inode, struct file *file) in bpffs_map_open() 297 static int bpffs_map_release(struct inode *inode, struct file *file) in bpffs_map_release() 322 static int bpffs_obj_open(struct inode *inode, struct file *file) in bpffs_obj_open() 336 struct inode *inode = bpf_get_inode(dir->i_sb, dir, mode); in bpf_mkobj_ops() local 389 struct inode *inode; in bpf_symlink() local 501 struct inode *inode; in bpf_obj_do_get() local [all …]
|
D | bpf_lsm.c | 138 BPF_CALL_3(bpf_ima_inode_hash, struct inode *, inode, void *, dst, u32, size) in BPF_CALL_3()
|
/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() 1036 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 469 struct inode *inode, struct inode *dir, in audit_watch_handle_event()
|
D | capability.c | 490 const struct inode *inode) in privileged_wrt_inode_uidgid() 506 const struct inode *inode, int cap) in capable_wrt_inode_uidgid()
|
D | auditsc.c | 2081 static inline void handle_one(const struct inode *inode) in handle_one() 2128 struct inode *inode = d_backing_inode(d); in handle_path() local 2269 struct inode *inode, unsigned int flags) in audit_copy_inode() 2295 struct inode *inode = d_backing_inode(dentry); in __audit_inode() local 2413 struct inode *inode = d_backing_inode(dentry); in __audit_inode_child() local
|
/kernel/events/ |
D | uprobes.c | 62 struct inode *inode; /* Also hold a ref to inode */ member 637 struct inode *inode; member 653 static struct uprobe *__find_uprobe(struct inode *inode, loff_t offset) in __find_uprobe() 671 static struct uprobe *find_uprobe(struct inode *inode, loff_t offset) in find_uprobe() 724 static struct uprobe *alloc_uprobe(struct inode *inode, loff_t offset, in alloc_uprobe() 1105 void uprobe_unregister(struct inode *inode, loff_t offset, struct uprobe_consumer *uc) in uprobe_unregister() 1138 static int __uprobe_register(struct inode *inode, loff_t offset, in __uprobe_register() 1192 int uprobe_register(struct inode *inode, loff_t offset, in uprobe_register() 1199 int uprobe_register_refctr(struct inode *inode, loff_t offset, in uprobe_register_refctr() 1213 int uprobe_apply(struct inode *inode, loff_t offset, in uprobe_apply() [all …]
|
/kernel/trace/ |
D | trace_recursion_record.c | 181 static int recursed_function_open(struct inode *inode, struct file *file) in recursed_function_open() 210 static int recursed_function_release(struct inode *inode, struct file *file) in recursed_function_release()
|
D | trace.c | 4720 static inline int tracing_get_cpu(struct inode *inode) in tracing_get_cpu() 4735 __tracing_open(struct inode *inode, struct file *file, bool snapshot) in __tracing_open() 4857 int tracing_open_generic(struct inode *inode, struct file *filp) in tracing_open_generic() 4878 int tracing_open_generic_tr(struct inode *inode, struct file *filp) in tracing_open_generic_tr() 4896 int tracing_open_file_tr(struct inode *inode, struct file *filp) in tracing_open_file_tr() 4910 int tracing_release_file_tr(struct inode *inode, struct file *filp) in tracing_release_file_tr() 4919 int tracing_single_release_file_tr(struct inode *inode, struct file *filp) in tracing_single_release_file_tr() 4925 static int tracing_mark_open(struct inode *inode, struct file *filp) in tracing_mark_open() 4931 static int tracing_release(struct inode *inode, struct file *file) in tracing_release() 4974 static int tracing_release_generic_tr(struct inode *inode, struct file *file) in tracing_release_generic_tr() [all …]
|
D | trace_stack.c | 476 static int stack_trace_open(struct inode *inode, struct file *file) in stack_trace_open() 497 stack_trace_filter_open(struct inode *inode, struct file *file) in stack_trace_filter_open()
|
D | trace_events.c | 1643 static int trace_format_open(struct inode *inode, struct file *file) in trace_format_open() 1740 static int subsystem_open(struct inode *inode, struct file *filp) in subsystem_open() 1789 static int system_tr_open(struct inode *inode, struct file *filp) in system_tr_open() 1811 static int subsystem_release(struct inode *inode, struct file *file) in subsystem_release() 2162 ftrace_event_open(struct inode *inode, struct file *file, in ftrace_event_open() 2182 static int ftrace_event_release(struct inode *inode, struct file *file) in ftrace_event_release() 2192 ftrace_event_avail_open(struct inode *inode, struct file *file) in ftrace_event_avail_open() 2201 ftrace_event_set_open(struct inode *inode, struct file *file) in ftrace_event_set_open() 2222 ftrace_event_set_pid_open(struct inode *inode, struct file *file) in ftrace_event_set_pid_open() 2243 ftrace_event_set_npid_open(struct inode *inode, struct file *file) in ftrace_event_set_npid_open()
|
D | trace_events_trigger.c | 204 static int event_trigger_regex_open(struct inode *inode, struct file *file) in event_trigger_regex_open() 313 static int event_trigger_regex_release(struct inode *inode, struct file *file) in event_trigger_regex_release() 333 event_trigger_open(struct inode *inode, struct file *filp) in event_trigger_open() 340 event_trigger_release(struct inode *inode, struct file *file) in event_trigger_release()
|
/kernel/sched/ |
D | debug.c | 132 struct inode *inode; in sched_feat_write() local 158 static int sched_feat_open(struct inode *inode, struct file *filp) in sched_feat_open() 206 static int sched_scaling_open(struct inode *inode, struct file *filp) in sched_scaling_open() 268 static int sched_dynamic_open(struct inode *inode, struct file *filp) in sched_dynamic_open() 287 static int sched_debug_open(struct inode *inode, struct file *filp) in sched_debug_open() 366 static int sd_flags_open(struct inode *inode, struct file *file) in sd_flags_open()
|
D | psi.c | 1413 static int psi_io_open(struct inode *inode, struct file *file) in psi_io_open() 1418 static int psi_memory_open(struct inode *inode, struct file *file) in psi_memory_open() 1423 static int psi_cpu_open(struct inode *inode, struct file *file) in psi_cpu_open() 1496 static int psi_fop_release(struct inode *inode, struct file *file) in psi_fop_release() 1537 static int psi_irq_open(struct inode *inode, struct file *file) in psi_irq_open()
|
/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()
|
/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 | 94 static int udelay_test_open(struct inode *inode, struct file *file) in udelay_test_open()
|
/kernel/power/ |
D | user.c | 47 static int snapshot_open(struct inode *inode, struct file *filp) in snapshot_open() 107 static int snapshot_release(struct inode *inode, struct file *filp) in snapshot_release()
|
D | qos.c | 336 static int cpu_latency_qos_open(struct inode *inode, struct file *filp) in cpu_latency_qos_open() 350 static int cpu_latency_qos_release(struct inode *inode, struct file *filp) in cpu_latency_qos_release()
|
/kernel/trace/rv/ |
D | rv_reactors.c | 124 static int available_reactors_open(struct inode *inode, struct file *file) in available_reactors_open() 247 static int monitor_reactors_open(struct inode *inode, struct file *file) in monitor_reactors_open()
|
D | rv.c | 467 static int available_monitors_open(struct inode *inode, struct file *file) in available_monitors_open() 504 static int enabled_monitors_open(struct inode *inode, struct file *file) in enabled_monitors_open()
|
/kernel/module/ |
D | tracking.c | 109 static int unloaded_tainted_modules_open(struct inode *inode, struct file *file) in unloaded_tainted_modules_open()
|
D | procfs.c | 120 static int modules_open(struct inode *inode, struct file *file) in modules_open()
|