Home
last modified time | relevance | path

Searched defs:dfd (Results 1 – 25 of 48) sorted by relevance

12

/external/linux-kselftest/tools/testing/selftests/openat2/
Dhelpers.c22 int raw_openat2(int dfd, const char *path, void *how, size_t size) in raw_openat2()
28 int sys_openat2(int dfd, const char *path, struct open_how *how) in sys_openat2()
33 int sys_openat(int dfd, const char *path, struct open_how *how) in sys_openat()
47 int touchat(int dfd, const char *path) in touchat()
71 bool fdequal(int fd, int dfd, const char *path) in fdequal()
Drename_attack_test.c37 int dfd; in setup_testdir() local
86 int dfd, afd; in test_rename_attack() local
Dresolve_test.c49 int dfd, tmpfd; in setup_testdir() local
442 int dfd, fd; in test_openat2_opath_tests() local
/external/liburing/test/
Dlfs-openat.c27 static int open_io_uring(struct io_uring *ring, int dfd, const char *fn) in open_io_uring()
61 static int prepare_file(int dfd, const char* fn) in prepare_file()
80 static int test_linked_files(int dfd, const char *fn, bool async) in test_linked_files()
134 static int test_drained_files(int dfd, const char *fn, bool linked, bool prepend) in test_drained_files()
219 int ret, dfd; in main() local
Dopenat2.c17 static int test_openat2(struct io_uring *ring, const char *path, int dfd, in test_openat2()
59 static int test_open_fixed(const char *path, int dfd) in test_open_fixed()
125 static int test_open_fixed_fail(const char *path, int dfd) in test_open_fixed_fail()
170 static int test_direct_reinstall(const char *path, int dfd) in test_direct_reinstall()
Dlfs-openat-write.c62 static int test_open_write(struct io_uring *ring, int dfd, const char *fn) in test_open_write()
100 int dfd, ret; in main() local
Dstatx.c20 static int do_statx(int dfd, const char *path, int flags, unsigned mask, in do_statx()
26 static int do_statx(int dfd, const char *path, int flags, unsigned mask, in do_statx()
Dself.c17 static int io_openat2(struct io_uring *ring, const char *path, int dfd) in io_openat2()
Dopen-close.c159 static int test_openat(struct io_uring *ring, const char *path, int dfd) in test_openat()
/external/toybox/toys/other/
Dacpi.c46 int dfd, fd, len, on; in acpi_callback() local
87 int dfd, temp; in temp_callback() local
110 int dfd=5, cur, max; in cool_callback() local
/external/ltp/include/lapi/
Dname_to_handle_at.h18 static inline int name_to_handle_at(int dfd, const char *pathname, in name_to_handle_at()
35 allocate_file_handle(int dfd, const char *pathname) in allocate_file_handle()
Dopenat2.h57 static inline int openat2(int dfd, const char *pathname, in openat2()
/external/musl/src/linux/
Dfanotify.c10 int dfd, const char *pathname) in fanotify_mark()
/external/ltp/testcases/kernel/syscalls/utimensat/
Dutimensat01.c201 static void reset_time(char *pathname, int dfd, int flags, int i) in reset_time()
226 int dfd = AT_FDCWD, fd = 0, atime_change, mtime_change; in run() local
/external/ltp/testcases/kernel/syscalls/name_to_handle_at/
Dname_to_handle_at01.c28 int *dfd; member
Dname_to_handle_at02.c24 int dfd; member
/external/ltp/testcases/kernel/syscalls/statx/
Dstatx03.c39 uint32_t dfd; member
/external/ltp/testcases/kernel/syscalls/openat2/
Dopenat203.c17 int dfd; member
Dopenat201.c19 int *dfd; member
/external/ltp/testcases/kernel/syscalls/fanotify/
Dfanotify.h43 int dfd, const char *pathname) in safe_fanotify_mark()
63 #define SAFE_FANOTIFY_MARK(fd, flags, mask, dfd, pathname) \ argument
/external/ltp/testcases/kernel/syscalls/open_by_handle_at/
Dopen_by_handle_at01.c29 int *dfd; member
Dopen_by_handle_at02.c28 int dfd; member
/external/ltp/testcases/kernel/syscalls/openat/
Dopenat04.c118 static void file_test(int dfd, const char *path, int flags) in file_test()
/external/ltp/testcases/kernel/syscalls/madvise/
Dmadvise08.c42 static int dfd; variable
/external/linux-kselftest/tools/testing/selftests/mount_setattr/
Dmount_setattr_test.c143 static inline int sys_mount_setattr(int dfd, const char *path, unsigned int flags, in sys_mount_setattr()
161 static inline int sys_open_tree(int dfd, const char *filename, unsigned int flags) in sys_open_tree()
673 int fd, dfd; in TEST_F() local
1397 static bool expected_uid_gid(int dfd, const char *path, int flags, in expected_uid_gid()

12