/external/liburing/test/ |
D | lfs-openat.c | 25 static int open_io_uring(struct io_uring *ring, int dfd, const char *fn) in open_io_uring() 59 static int prepare_file(int dfd, const char* fn) in prepare_file() 78 static int test_linked_files(int dfd, const char *fn, bool async) in test_linked_files() 132 static int test_drained_files(int dfd, const char *fn, bool linked, bool prepend) in test_drained_files() 217 int ret, dfd; in main() local
|
D | lfs-openat-write.c | 60 static int test_open_write(struct io_uring *ring, int dfd, const char *fn) in test_open_write() 98 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 | openat2.c | 16 static int test_openat2(struct io_uring *ring, const char *path, int dfd) in test_openat2()
|
D | open-close.c | 50 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/statx/ |
D | statx03.c | 49 uint32_t dfd; member
|
/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/openat2/ |
D | openat203.c | 17 int dfd; member
|
D | openat201.c | 19 int *dfd; member
|
/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/madvise/ |
D | madvise08.c | 42 static int dfd; variable
|
/external/liburing/src/include/ |
D | liburing.h | 429 static inline void io_uring_prep_openat(struct io_uring_sqe *sqe, int dfd, in io_uring_prep_openat() 454 static inline void io_uring_prep_statx(struct io_uring_sqe *sqe, int dfd, in io_uring_prep_statx() 491 static inline void io_uring_prep_openat2(struct io_uring_sqe *sqe, int dfd, in io_uring_prep_openat2() 527 static inline void io_uring_prep_unlinkat(struct io_uring_sqe *sqe, int dfd, in io_uring_prep_unlinkat() 551 static inline void io_uring_prep_mkdirat(struct io_uring_sqe *sqe, int dfd, in io_uring_prep_mkdirat()
|
/external/minigbm/ |
D | minigbm_helpers.c | 216 int ret, fd, dfd = -1; in gbm_get_default_device_fd() local
|
/external/musl/src/misc/ |
D | nftw.c | 30 int dfd; in do_nftw() local
|
/external/ltp/testcases/kernel/syscalls/fanotify/ |
D | fanotify.h | 44 int dfd, const char *pathname) in safe_fanotify_mark() 62 #define SAFE_FANOTIFY_MARK(fd, flags, mask, dfd, pathname) \ argument
|
/external/e2fsprogs/util/ |
D | symlinks.c | 276 DIR *dfd; in dirwalk() local
|
/external/compiler-rt/include/sanitizer/ |
D | linux_syscall_hooks.h | 1566 #define __sanitizer_syscall_pre_mknodat(dfd, filename, mode, dev) \ argument 1569 #define __sanitizer_syscall_post_mknodat(res, dfd, filename, mode, dev) \ argument 1572 #define __sanitizer_syscall_pre_mkdirat(dfd, pathname, mode) \ argument 1575 #define __sanitizer_syscall_post_mkdirat(res, dfd, pathname, mode) \ argument 1578 #define __sanitizer_syscall_pre_unlinkat(dfd, pathname, flag) \ argument 1581 #define __sanitizer_syscall_post_unlinkat(res, dfd, pathname, flag) \ argument 1607 #define __sanitizer_syscall_pre_futimesat(dfd, filename, utimes) \ argument 1610 #define __sanitizer_syscall_post_futimesat(res, dfd, filename, utimes) \ argument 1613 #define __sanitizer_syscall_pre_faccessat(dfd, filename, mode) \ argument 1616 #define __sanitizer_syscall_post_faccessat(res, dfd, filename, mode) \ argument [all …]
|