/external/linux-kselftest/tools/testing/selftests/openat2/ |
D | helpers.c | 22 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()
|
D | rename_attack_test.c | 37 int dfd; in setup_testdir() local 86 int dfd, afd; in test_rename_attack() local
|
D | resolve_test.c | 49 int dfd, tmpfd; in setup_testdir() local 442 int dfd, fd; in test_openat2_opath_tests() local
|
/external/liburing/test/ |
D | lfs-openat.c | 27 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
|
D | openat2.c | 17 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()
|
D | lfs-openat-write.c | 62 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
|
D | statx.c | 20 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()
|
D | self.c | 17 static int io_openat2(struct io_uring *ring, const char *path, int dfd) in io_openat2()
|
D | open-close.c | 159 static int test_openat(struct io_uring *ring, const char *path, int dfd) in test_openat()
|
/external/toybox/toys/other/ |
D | acpi.c | 46 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/ |
D | name_to_handle_at.h | 18 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()
|
D | openat2.h | 57 static inline int openat2(int dfd, const char *pathname, in openat2()
|
/external/musl/src/linux/ |
D | fanotify.c | 10 int dfd, const char *pathname) in fanotify_mark()
|
/external/ltp/testcases/kernel/syscalls/utimensat/ |
D | utimensat01.c | 201 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/ |
D | name_to_handle_at01.c | 28 int *dfd; member
|
D | name_to_handle_at02.c | 24 int dfd; member
|
/external/ltp/testcases/kernel/syscalls/statx/ |
D | statx03.c | 39 uint32_t dfd; member
|
/external/ltp/testcases/kernel/syscalls/openat2/ |
D | openat203.c | 17 int dfd; member
|
D | openat201.c | 19 int *dfd; member
|
/external/ltp/testcases/kernel/syscalls/fanotify/ |
D | fanotify.h | 43 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/ |
D | open_by_handle_at01.c | 29 int *dfd; member
|
D | open_by_handle_at02.c | 28 int dfd; member
|
/external/ltp/testcases/kernel/syscalls/openat/ |
D | openat04.c | 118 static void file_test(int dfd, const char *path, int flags) in file_test()
|
/external/ltp/testcases/kernel/syscalls/madvise/ |
D | madvise08.c | 42 static int dfd; variable
|
/external/linux-kselftest/tools/testing/selftests/mount_setattr/ |
D | mount_setattr_test.c | 143 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()
|