Searched refs:open (Results 51 - 75 of 2544) sorted by last modified time

1234567891011>>

/linux-master/scripts/kconfig/
H A Dconfdata.c53 fd1 = open(file1, O_RDONLY);
57 fd2 = open(file2, O_RDONLY);
144 fd = open(depfile_path, O_WRONLY | O_CREAT | O_TRUNC, 0644);
/linux-master/samples/landlock/
H A Dsandboxer.c120 path_beneath.parent_fd = open(path_list[i], O_PATH | O_CLOEXEC);
122 fprintf(stderr, "Failed to open \"%s\": %s\n",
/linux-master/net/vmw_vsock/
H A Daf_vsock.c494 * while there are open sockets assigned to it.
2430 .open = nonseekable_open,
/linux-master/net/packet/
H A Daf_packet.c660 * 1) We refresh the timer only when we open a block.
736 * We don't have a block to close.So we open this
906 * re-open block-0 in near future.
944 * open this block and return the offset where the first packet
1076 * Now let's open that block.
4315 .open = packet_mm_open,
/linux-master/mm/
H A Dvmscan.c5531 .open = lru_gen_seq_open,
5539 .open = lru_gen_seq_open,
H A Dslub.c7197 .open = slab_debug_trace_open,
H A Dshmem.c4529 .open = shmem_file_open,
H A Dpage_owner.c938 .open = page_owner_stack_open,
H A Dnommu.c1337 if (new->vm_ops && new->vm_ops->open)
1338 new->vm_ops->open(new);
H A Dmmap.c1265 * to. we assume access permissions have been handled by the open
1529 /* The open routine did something to the protections that pgprot_modify
2411 if (new->vm_ops && new->vm_ops->open)
2412 new->vm_ops->open(new);
3455 if (new_vma->vm_ops && new_vma->vm_ops->open)
3456 new_vma->vm_ops->open(new_vma);
H A Dkmemleak.c2069 .open = kmemleak_open,
H A Dhugetlb.c5177 * after this open call completes. It is therefore safe to take a
5288 .open = hugetlb_vm_op_open,
/linux-master/lib/
H A Dtest_hmm.c87 * Data attached to the open device file.
1394 .open = dmirror_fops_open,
/linux-master/kernel/trace/
H A Dtrace_uprobe.c806 .open = probes_open,
848 .open = profile_open,
H A Dtrace_kprobe.c1277 .open = probes_open,
1330 .open = profile_open,
H A Dtrace_events_user.c2754 .open = user_events_open,
2853 .open = user_status_open,
H A Dtrace.h551 * @open: called when the trace file is opened
570 void (*open)(struct trace_iterator *iter); member in struct:tracer
909 * Have to open code "rcu_dereference_sched()" because the
962 * Have to open code "rcu_dereference_sched()" because the
H A Dtrace.c3986 if (iter->trace->open)
3987 iter->trace->open(iter);
4681 if (iter->trace->open)
4682 iter->trace->open(iter);
4886 /* If this file was open for write, then erase contents */
5044 .open = tracing_open,
5054 .open = show_traces_open,
5158 .open = tracing_open_generic_tr,
5395 .open = tracing_trace_options_open,
5703 .open
[all...]
H A Dftrace.c969 .open = tracing_open_generic,
4001 * @inode: The inode, usually passed in to your open routine
4002 * @file: The file, usually passed in to your open routine
4006 * the notrace hash of @ops. With this called from the open
5933 .open = ftrace_avail_open,
5940 .open = ftrace_enabled_open,
5947 .open = ftrace_touched_open,
5954 .open = ftrace_avail_addrs_open,
5961 .open = ftrace_filter_open,
5969 .open
[all...]
/linux-master/kernel/
H A Dfork.c731 if (tmp->vm_ops && tmp->vm_ops->open)
732 tmp->vm_ops->open(tmp);
/linux-master/kernel/events/
H A Dcore.c6450 .open = perf_mmap_open,
12423 * sys_perf_event_open - open a performance event, associate it to a task/cpu
12429 * @flags: perf event open flags
/linux-master/kernel/bpf/
H A Dsyscall.c924 .open = bpf_map_mmap_open,
957 /* set default open/close callbacks */
/linux-master/include/linux/
H A Dmm.h573 void (*open)(struct vm_area_struct * area); member in struct:vm_operations_struct
/linux-master/fs/smb/client/
H A Dinode.c568 rc = tcon->ses->server->ops->open(xid, &oparms, &oplock, NULL);
570 cifs_dbg(FYI, "check sfu type of %s, open rc = %d\n", path, rc);
1138 * is already sent if needed on open and there
1310 * is already sent if needed on open and there
2229 /* open-file renames don't work across directories */
2236 /* open the file to be renamed -- we need DELETE perms */
2762 * inodes that we already have open, avoid doing path based
/linux-master/fs/proc/
H A Dtask_mmu.c362 .open = pid_maps_open,
1056 .open = pid_smaps_open,
1063 .open = smaps_rollup_open,
2532 .open = pagemap_open,
2800 .open = pid_numa_maps_open,

Completed in 446 milliseconds

1234567891011>>