Searched refs:creat (Results 1 - 9 of 9) sorted by relevance

/linux-master/tools/testing/selftests/exec/
H A Drecursion-depth.c52 fd = creat(FILENAME, 0700);
54 ksft_exit_fail_perror("error: creat");
/linux-master/tools/testing/selftests/mount/
H A Dnosymfollow-test.c119 data = creat(DATA, O_RDWR);
121 die("creat failed: %s\n", strerror(errno));
/linux-master/tools/tracing/rtla/src/
H A Dtrace.c84 out_fd = creat(filename, mode);
333 out_fd = creat(path, mode);
/linux-master/include/net/
H A Dneighbour.h380 int creat);
546 __neigh_lookup(struct neigh_table *tbl, const void *pkey, struct net_device *dev, int creat) argument
550 if (n || !creat)
/linux-master/tools/perf/tests/
H A Ddlfilter-test.c214 int fd = creat(file_name, 0644);
358 td->fd = creat(td->perf_data_file_name, 0644);
/linux-master/tools/testing/selftests/mount_setattr/
H A Dmount_setattr_test.c425 fd = creat(NOSYMFOLLOW_TARGET, O_RDWR | O_CLOEXEC);
/linux-master/fs/
H A Dopen.c1490 SYSCALL_DEFINE2(creat, const char __user *, pathname, umode_t, mode)
/linux-master/net/core/
H A Dneighbour.c782 struct net_device *dev, int creat)
793 if (n || !creat)
780 pneigh_lookup(struct neigh_table *tbl, struct net *net, const void *pkey, struct net_device *dev, int creat) argument
/linux-master/tools/testing/selftests/landlock/
H A Dfs_test.c3470 * Invokes creat(2) and returns its errno or 0.
3475 int fd = creat(path, 0600);
3481 * Mixing error codes from close(2) and creat(2) should not lead to any
3542 * including creat.
3643 * Checks creat in dir_w: This requires the truncate right when
5238 fd = creat(variant->file_path, 0600);

Completed in 313 milliseconds