Home
last modified time | relevance | path

Searched refs:creat (Results 1 – 21 of 21) sorted by relevance

/linux/tools/perf/trace/strace/groups/
H A Dfile3 creat
H A Dstring8 creat
/linux/tools/testing/selftests/exec/
H A Drecursion-depth.c52 fd = creat(FILENAME, 0700); in main()
/linux/tools/tracing/rtla/src/
H A Dtrace.c89 out_fd = creat(filename, mode); in save_trace_to_file()
383 out_fd = creat(path, mode); in trace_event_save_hist()
/linux/tools/perf/tests/
H A Ddlfilter-test.c213 int fd = creat(file_name, 0644); in write_prog()
358 td->fd = creat(td->perf_data_file_name, 0644); in test__dlfilter_test()
/linux/tools/testing/selftests/mount/
H A Dnosymfollow-test.c119 data = creat(DATA, O_RDWR); in setup_symlink()
/linux/include/net/
H A Dneighbour.h564 __neigh_lookup(struct neigh_table *tbl, const void *pkey, struct net_device *dev, int creat) in __neigh_lookup() argument
568 if (n || !creat) in __neigh_lookup()
/linux/tools/testing/selftests/coredump/
H A Dcoredump_socket_test.c140 fd_core_file = creat("/tmp/coredump.file", 0644); in TEST_F()
142 fprintf(stderr, "socket test: creat coredump file failed: %m\n"); in TEST_F()
H A Dcoredump_socket_protocol_test.c143 fd_core_file = creat("/tmp/coredump.file", 0644); in TEST_F()
145 fprintf(stderr, "socket_request_kernel: creat coredump file failed: %m\n"); in TEST_F()
/linux/tools/perf/arch/mips/entry/syscalls/
H A Dsyscall_n64.tbl93 83 n64 creat sys_creat
/linux/tools/perf/arch/s390/entry/syscalls/
H A Dsyscall.tbl17 8 common creat sys_creat
/linux/tools/perf/arch/sh/entry/syscalls/
H A Dsyscall.tbl18 8 common creat sys_creat
/linux/tools/perf/arch/xtensa/entry/syscalls/
H A Dsyscall.tbl32 21 common creat sys_creat
/linux/tools/perf/arch/x86/entry/syscalls/
H A Dsyscall_64.tbl97 85 common creat sys_creat
H A Dsyscall_32.tbl23 8 i386 creat sys_creat
/linux/tools/perf/arch/sparc/entry/syscalls/
H A Dsyscall.tbl19 8 common creat sys_creat
/linux/tools/perf/arch/arm/entry/syscalls/
H A Dsyscall.tbl23 8 common creat sys_creat
/linux/tools/perf/arch/powerpc/entry/syscalls/
H A Dsyscall.tbl18 8 common creat sys_creat
/linux/tools/testing/selftests/mount_setattr/
H A Dmount_setattr_test.c419 fd = creat(NOSYMFOLLOW_TARGET, O_RDWR | O_CLOEXEC); in FIXTURE_SETUP()
/linux/Documentation/userspace-api/
H A Dlandlock.rst389 A particularly surprising example is :manpage:`creat(2)`. The name suggests
/linux/tools/testing/selftests/landlock/
H A Dfs_test.c3476 * Invokes creat(2) and returns its errno or 0.
3481 int fd = creat(path, 0600);
3487 * Mixing error codes from close(2) and creat(2) should not lead to any in TEST_F_FORK()
3542 * including creat. in TEST_F_FORK()
3639 * Checks creat in dir_w: This requires the truncate right when in TEST_F_FORK()
7058 fd = creat(variant->file_path, 0600); in matches_log_fs_extra()