Home
last modified time | relevance | path

Searched refs:filp (Results 1 – 24 of 24) sorted by relevance

/kernel/power/
Duser.c44 static int snapshot_open(struct inode *inode, struct file *filp) in snapshot_open() argument
59 if ((filp->f_flags & O_ACCMODE) == O_RDWR) { in snapshot_open()
64 nonseekable_open(inode, filp); in snapshot_open()
66 filp->private_data = data; in snapshot_open()
68 if ((filp->f_flags & O_ACCMODE) == O_RDONLY) { in snapshot_open()
109 static int snapshot_release(struct inode *inode, struct file *filp) in snapshot_release() argument
116 data = filp->private_data; in snapshot_release()
134 static ssize_t snapshot_read(struct file *filp, char __user *buf, in snapshot_read() argument
143 data = filp->private_data; in snapshot_read()
167 static ssize_t snapshot_write(struct file *filp, const char __user *buf, in snapshot_write() argument
[all …]
Dqos.c86 static ssize_t pm_qos_power_write(struct file *filp, const char __user *buf,
88 static ssize_t pm_qos_power_read(struct file *filp, char __user *buf,
90 static int pm_qos_power_open(struct inode *inode, struct file *filp);
91 static int pm_qos_power_release(struct inode *inode, struct file *filp);
557 static int pm_qos_power_open(struct inode *inode, struct file *filp) in pm_qos_power_open() argument
568 filp->private_data = req; in pm_qos_power_open()
575 static int pm_qos_power_release(struct inode *inode, struct file *filp) in pm_qos_power_release() argument
579 req = filp->private_data; in pm_qos_power_release()
587 static ssize_t pm_qos_power_read(struct file *filp, char __user *buf, in pm_qos_power_read() argument
592 struct pm_qos_request *req = filp->private_data; in pm_qos_power_read()
[all …]
/kernel/
Drelay.c99 struct file *filp = vma->vm_file; in relay_mmap_buf() local
110 buf->chan->cb->buf_mapped(buf, filp); in relay_mmap_buf()
289 struct file *filp) in buf_mapped_default_callback() argument
297 struct file *filp) in buf_unmapped_default_callback() argument
895 static int relay_file_open(struct inode *inode, struct file *filp) in relay_file_open() argument
899 filp->private_data = buf; in relay_file_open()
901 return nonseekable_open(inode, filp); in relay_file_open()
911 static int relay_file_mmap(struct file *filp, struct vm_area_struct *vma) in relay_file_mmap() argument
913 struct rchan_buf *buf = filp->private_data; in relay_file_mmap()
924 static __poll_t relay_file_poll(struct file *filp, poll_table *wait) in relay_file_poll() argument
[all …]
Dkcmp.c108 struct file *filp, *filp_epoll, *filp_tgt; in kcmp_epoll_target() local
115 filp = get_file_raw_ptr(task1, idx1); in kcmp_epoll_target()
116 if (!filp) in kcmp_epoll_target()
140 return kcmp_ptr(filp, filp_tgt, KCMP_FILE); in kcmp_epoll_target()
Dlatencytop.c253 static int lstats_open(struct inode *inode, struct file *filp) in lstats_open() argument
255 return single_open(filp, lstats_show, NULL); in lstats_open()
Dksysfs.c192 static ssize_t notes_read(struct file *filp, struct kobject *kobj, in notes_read() argument
Dkprobes.c2387 static int kprobes_open(struct inode *inode, struct file *filp) in kprobes_open() argument
2389 return seq_open(filp, &kprobes_seq_ops); in kprobes_open()
2435 static int kprobe_blacklist_open(struct inode *inode, struct file *filp) in kprobe_blacklist_open() argument
2437 return seq_open(filp, &kprobe_blacklist_seq_ops); in kprobe_blacklist_open()
Dmodule.c1611 static ssize_t module_notes_read(struct file *filp, struct kobject *kobj, in module_notes_read() argument
/kernel/trace/
Dtrace.c4165 int tracing_open_generic(struct inode *inode, struct file *filp) in tracing_open_generic() argument
4173 filp->private_data = inode->i_private; in tracing_open_generic()
4186 int tracing_open_generic_tr(struct inode *inode, struct file *filp) in tracing_open_generic_tr() argument
4195 filp->private_data = inode->i_private; in tracing_open_generic_tr()
4407 tracing_write_stub(struct file *filp, const char __user *ubuf, in tracing_write_stub() argument
4441 tracing_cpumask_read(struct file *filp, char __user *ubuf, in tracing_cpumask_read() argument
4444 struct trace_array *tr = file_inode(filp)->i_private; in tracing_cpumask_read()
4469 tracing_cpumask_write(struct file *filp, const char __user *ubuf, in tracing_cpumask_write() argument
4472 struct trace_array *tr = file_inode(filp)->i_private; in tracing_cpumask_write()
4714 tracing_trace_options_write(struct file *filp, const char __user *ubuf, in tracing_trace_options_write() argument
[all …]
Dtrace_events.c1026 event_enable_read(struct file *filp, char __user *ubuf, size_t cnt, in event_enable_read() argument
1034 file = event_file_data(filp); in event_enable_read()
1056 event_enable_write(struct file *filp, const char __user *ubuf, size_t cnt, in event_enable_write() argument
1076 file = event_file_data(filp); in event_enable_write()
1092 system_enable_read(struct file *filp, char __user *ubuf, size_t cnt, in system_enable_read() argument
1096 struct trace_subsystem_dir *dir = filp->private_data; in system_enable_read()
1138 system_enable_write(struct file *filp, const char __user *ubuf, size_t cnt, in system_enable_write() argument
1141 struct trace_subsystem_dir *dir = filp->private_data; in system_enable_write()
1311 event_id_read(struct file *filp, char __user *ubuf, size_t cnt, loff_t *ppos) in event_id_read() argument
1313 int id = (long)event_file_data(filp); in event_id_read()
[all …]
Dtrace_stack.c325 stack_max_size_read(struct file *filp, char __user *ubuf, in stack_max_size_read() argument
328 unsigned long *ptr = filp->private_data; in stack_max_size_read()
339 stack_max_size_write(struct file *filp, const char __user *ubuf, in stack_max_size_write() argument
342 long *ptr = filp->private_data; in stack_max_size_write()
Dtrace_hwlat.c407 static ssize_t hwlat_read(struct file *filp, char __user *ubuf, in hwlat_read() argument
411 u64 *entry = filp->private_data; in hwlat_read()
444 hwlat_width_write(struct file *filp, const char __user *ubuf, in hwlat_width_write() argument
483 hwlat_window_write(struct file *filp, const char __user *ubuf, in hwlat_window_write() argument
Dtrace.h478 struct file *filp, char __user *ubuf,
481 struct file *filp,
684 int tracing_open_generic(struct inode *inode, struct file *filp);
685 int tracing_open_generic_tr(struct inode *inode, struct file *filp);
1576 static inline void *event_file_data(struct file *filp) in event_file_data() argument
1578 return READ_ONCE(file_inode(filp)->i_private); in event_file_data()
Dtrace_events_trigger.c291 event_trigger_write(struct file *filp, const char __user *ubuf, in event_trigger_write() argument
294 return event_trigger_regex_write(filp, ubuf, cnt, ppos); in event_trigger_write()
298 event_trigger_open(struct inode *inode, struct file *filp) in event_trigger_open() argument
301 return event_trigger_regex_open(inode, filp); in event_trigger_open()
Dblktrace.c369 static ssize_t blk_dropped_read(struct file *filp, char __user *buffer, in blk_dropped_read() argument
372 struct blk_trace *bt = filp->private_data; in blk_dropped_read()
387 static ssize_t blk_msg_write(struct file *filp, const char __user *buffer, in blk_msg_write() argument
400 bt = filp->private_data; in blk_msg_write()
Dtrace_mmiotrace.c133 static ssize_t mmio_read(struct trace_iterator *iter, struct file *filp, in mmio_read() argument
Dtrace_functions_graph.c1301 graph_depth_write(struct file *filp, const char __user *ubuf, size_t cnt, in graph_depth_write() argument
1319 graph_depth_read(struct file *filp, char __user *ubuf, size_t cnt, in graph_depth_read() argument
Dftrace.c889 ftrace_profile_write(struct file *filp, const char __user *ubuf, in ftrace_profile_write() argument
934 ftrace_profile_read(struct file *filp, char __user *ubuf, in ftrace_profile_read() argument
6607 ftrace_pid_write(struct file *filp, const char __user *ubuf, in ftrace_pid_write() argument
6610 struct seq_file *m = filp->private_data; in ftrace_pid_write()
Dring_buffer.c688 struct file *filp, poll_table *poll_table) in ring_buffer_poll_wait() argument
703 poll_wait(filp, &work->waiters, poll_table); in ring_buffer_poll_wait()
/kernel/bpf/
Dsyscall.c348 static int bpf_map_release(struct inode *inode, struct file *filp) in bpf_map_release() argument
350 struct bpf_map *map = filp->private_data; in bpf_map_release()
353 map->ops->map_release(map, filp); in bpf_map_release()
372 static void bpf_map_show_fdinfo(struct seq_file *m, struct file *filp) in bpf_map_show_fdinfo() argument
374 const struct bpf_map *map = filp->private_data; in bpf_map_show_fdinfo()
412 static ssize_t bpf_dummy_read(struct file *filp, char __user *buf, size_t siz, in bpf_dummy_read() argument
421 static ssize_t bpf_dummy_write(struct file *filp, const char __user *buf, in bpf_dummy_write() argument
1367 static int bpf_prog_release(struct inode *inode, struct file *filp) in bpf_prog_release() argument
1369 struct bpf_prog *prog = filp->private_data; in bpf_prog_release()
1400 static void bpf_prog_show_fdinfo(struct seq_file *m, struct file *filp) in bpf_prog_show_fdinfo() argument
[all …]
Dbtf.c3379 static void bpf_btf_show_fdinfo(struct seq_file *m, struct file *filp) in bpf_btf_show_fdinfo() argument
3381 const struct btf *btf = filp->private_data; in bpf_btf_show_fdinfo()
3387 static int btf_release(struct inode *inode, struct file *filp) in btf_release() argument
3389 btf_put(filp->private_data); in btf_release()
/kernel/sched/
Ddebug.c127 sched_feat_write(struct file *filp, const char __user *ubuf, in sched_feat_write() argument
145 inode = file_inode(filp); in sched_feat_write()
159 static int sched_feat_open(struct inode *inode, struct file *filp) in sched_feat_open() argument
161 return single_open(filp, sched_feat_show, NULL); in sched_feat_open()
/kernel/events/
Duprobes.c797 static int __copy_insn(struct address_space *mapping, struct file *filp, in __copy_insn() argument
807 page = read_mapping_page(mapping, offset >> PAGE_SHIFT, filp); in __copy_insn()
819 static int copy_insn(struct uprobe *uprobe, struct file *filp) in copy_insn() argument
833 err = __copy_insn(mapping, filp, insn, len, offs); in copy_insn()
Dcore.c5924 static int perf_fasync(int fd, struct file *filp, int on) in perf_fasync() argument
5926 struct inode *inode = file_inode(filp); in perf_fasync()
5927 struct perf_event *event = filp->private_data; in perf_fasync()
5931 retval = fasync_helper(fd, filp, on, &event->fasync); in perf_fasync()