Home
last modified time | relevance | path

Searched refs:flags (Results 1 – 13 of 13) sorted by relevance

/io/
A Dstatx.c25 statx (int fd, const char *path, int flags, in statx() argument
28 return statx_generic (fd, path, flags, mask, buf); in statx()
A Dtst-open-tmpfile.c39 wrap_open (const char *path, int flags, mode_t mode) in wrap_open() argument
41 int ret = open (path, flags, mode); in wrap_open()
53 wrap_openat (const char *path, int flags, mode_t mode) in wrap_openat() argument
55 int ret = openat (AT_FDCWD, path, flags, mode); in wrap_openat()
67 wrap_open64 (const char *path, int flags, mode_t mode) in wrap_open64() argument
69 int ret = open64 (path, flags, mode); in wrap_open64()
81 wrap_openat64 (const char *path, int flags, mode_t mode) in wrap_openat64() argument
83 int ret = openat64 (AT_FDCWD, path, flags, mode); in wrap_openat64()
157 int fd = wrapper (path, flags | O_TMPFILE, mode); in check_wrapper_flags_mode()
216 if ((flags & O_EXCL) == 0) in check_wrapper_flags_mode()
[all …]
A Dtst-close_range.c58 close_range_test_common (int lowfd, unsigned int flags) in close_range_test_common() argument
237 int flags = fcntl (i, F_GETFD); in close_range_cloexec_test() local
238 TEST_VERIFY (flags > -1); in close_range_cloexec_test()
252 int flags = fcntl (i, F_GETFD); in close_range_cloexec_test() local
254 TEST_COMPARE (flags, -1); in close_range_cloexec_test()
257 TEST_VERIFY (flags > -1); in close_range_cloexec_test()
269 int flags = fcntl (i, F_GETFD); in close_range_cloexec_test() local
270 TEST_VERIFY (flags > -1); in close_range_cloexec_test()
278 int flags = fcntl (maximum_fd, F_GETFD); in close_range_cloexec_test() local
279 TEST_VERIFY (flags > -1); in close_range_cloexec_test()
[all …]
A Dclose_range.c26 int flags) in __close_range() argument
28 if (first > last || flags != 0) in __close_range()
A Dftw.c188 int flags; member
361 if (data->flags & FTW_CHDIR) in open_dir_stream()
464 if ((data->flags & FTW_PHYS) in process_entry()
526 if (data->flags & FTW_CHDIR) in ftw_dir()
635 int flags) in ftw_startup() argument
671 data.flags = flags; in ftw_startup()
689 if (flags & FTW_CHDIR) in ftw_startup()
742 if (((flags & FTW_PHYS) in ftw_startup()
746 if (!(flags & FTW_PHYS) in ftw_startup()
766 if (!(flags & FTW_PHYS)) in ftw_startup()
[all …]
A Dutimensat.c27 int flags) in utimensat() argument
A Dpipe2.c27 __pipe2 (int pipedes[2], int flags) in __pipe2() argument
A Dstatx_generic.c42 statx_generic (int fd, const char *path, int flags, in statx_generic() argument
53 if (__glibc_unlikely ((flags & ~supported_flags) != 0)) in statx_generic()
60 int ret = __fstatat64 (fd, path, &st, flags & ~clear_flags); in statx_generic()
A Dcopy_file_range.c25 size_t length, unsigned int flags) in copy_file_range() argument
A Ddup3.c27 __dup3 (int fd, int fd2, int flags) in __dup3() argument
A Dlinkat.c26 linkat (int fromfd, const char *from, int tofd, const char *to, int flags) in linkat() argument
A Dtst-lchmod.c46 fchmodat_with_lchmod (int fd, const char *path, mode_t mode, int flags) in fchmodat_with_lchmod() argument
49 if (flags == 0) in fchmodat_with_lchmod()
53 TEST_COMPARE (flags, AT_SYMLINK_NOFOLLOW); in fchmodat_with_lchmod()
/io/sys/
A Dstat.h441 int flags),

Completed in 11 milliseconds