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_msg("error: creat, errno %d\n", errno);
/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.c1491 SYSCALL_DEFINE2(creat, const char __user *, pathname, umode_t, mode)
/linux-master/net/core/
H A Dneighbour.c780 struct net_device *dev, int creat)
791 if (n || !creat)
778 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.c3402 * Invokes creat(2) and returns its errno or 0.
3407 int fd = creat(path, 0600);
3413 * Mixing error codes from close(2) and creat(2) should not lead to any
3474 * including creat.
3575 * Checks creat in dir_w: This requires the truncate right when
4721 fd = creat(variant->file_path, 0600);

Completed in 306 milliseconds