| /OK3568_Linux_fs/kernel/tools/testing/selftests/proc/ |
| H A D | read.c | 45 fd = openat(dirfd(d), filename, O_RDONLY|O_NONBLOCK); in f_reg() 58 fd = openat(dirfd(d), filename, O_WRONLY); in f_reg_write() 71 rv = readlinkat(dirfd(d), filename, buf, sizeof(buf)); in f_lnk() 107 fd = openat(dirfd(d), de->d_name, O_DIRECTORY|O_RDONLY); in f() 135 if (fstatfs(dirfd(d), &sfs) == -1) { in main()
|
| H A D | fd-003-kthread.c | 116 static inline int sys_statx(int dirfd, const char *pathname, int flags, in sys_statx() argument 119 return syscall(SYS_statx, dirfd, pathname, flags, mask, stx); in sys_statx()
|
| H A D | proc-pid-vm.c | 49 static inline long sys_execveat(int dirfd, const char *pathname, char **argv, char **envp, int flag… in sys_execveat() argument 51 return syscall(SYS_execveat, dirfd, pathname, argv, envp, flags); in sys_execveat()
|
| H A D | fd-001-lookup.c | 136 if (fd == dirfd(d)) in main()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/ |
| H A D | cgroup_helpers.c | 248 int dirfd, err, flags, mount_id, fhsize; in get_cgroup_id() local 259 dirfd = AT_FDCWD; in get_cgroup_id() 267 err = name_to_handle_at(dirfd, cgroup_workdir, fhp, &mount_id, flags); in get_cgroup_id() 279 err = name_to_handle_at(dirfd, cgroup_workdir, fhp2, &mount_id, flags); in get_cgroup_id()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/openat2/ |
| H A D | rename_attack_test.c | 55 pid_t spawn_attack(int dirfd, char *a, char *b) in spawn_attack() argument 66 renameat2(dirfd, a, dirfd, b, RENAME_EXCHANGE); in spawn_attack()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd/ |
| H A D | 0002-Add-sys-stat.h-for-S_IFDIR.patch | 7 r = mac_selinux_create_file_prepare_at(dirfd, path, S_IFDIR); 25 int mkdirat_label(int dirfd, const char *path, mode_t mode) {
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/systemd/systemd/ |
| H A D | 0002-Add-sys-stat.h-for-S_IFDIR.patch | 7 r = mac_selinux_create_file_prepare_at(dirfd, path, S_IFDIR); 26 int mkdirat_label(int dirfd, const char *path, mode_t mode) {
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/ |
| H A D | dirent.h | 224 extern int dirfd (DIR *__dirp) __THROW __nonnull ((1)); 227 # define dirfd(dirp) _DIR_dirfd (dirp) macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/ |
| H A D | dirent.h | 224 extern int dirfd (DIR *__dirp) __THROW __nonnull ((1)); 227 # define dirfd(dirp) _DIR_dirfd (dirp) macro
|
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | fs_parser.c | 169 ret = filename_lookup(param->dirfd, f, flags, _path, NULL); in fs_lookup_param() 285 result->uint_32 = param->dirfd; in fs_param_is_fd()
|
| H A D | fsopen.c | 423 param.dirfd = aux; in SYSCALL_DEFINE5()
|
| /OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/ |
| H A D | key_test.c | 118 fd = openat(dirfd(dir), de->d_name, O_RDONLY); in key_code_probe()
|
| /OK3568_Linux_fs/external/recovery/ |
| H A D | rktools.c | 89 int fd = openat(dirfd(dir), name, O_RDONLY); in readFile()
|
| /OK3568_Linux_fs/external/recovery/minui/ |
| H A D | events.c | 73 fd = openat(dirfd(dir), de->d_name, O_RDONLY); in ev_init()
|
| /OK3568_Linux_fs/buildroot/package/vlc/ |
| H A D | 0005-Don-t-assume-strerror_l-is-available.patch | 31 …AC_REPLACE_FUNCS([aligned_alloc atof atoll dirfd fdopendir ffsll flockfile fsync getdelim getpid l…
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | fs_context.h | 73 int dirfd; member
|
| /OK3568_Linux_fs/kernel/fs/nfs/ |
| H A D | nfs4super.c | 157 .dirfd = -1, in do_nfs4_mount()
|
| /OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/minui/ |
| H A D | events.c | 275 fd = openat(dirfd(dir), de->d_name, O_RDONLY); in ev_init()
|
| /OK3568_Linux_fs/kernel/Documentation/filesystems/ |
| H A D | mount_api.rst | 499 fs_value_is_filename Value is a filename* + dirfd
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/glibc/glibc/ |
| H A D | 0001-localedef-Add-hardlink-resolver-from-util-linux.patch | 321 +static inline int dirfd(DIR *d)
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/share/info/ |
| H A D | libc.info-16 | 803 * dirfd: (libc)Opening a Directory. 3009 * dirfd: Opening a Directory. (line 104)
|
| H A D | dir | 399 * dirfd: (libc)Opening a Directory.
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/share/info/ |
| H A D | libc.info-16 | 803 * dirfd: (libc)Opening a Directory. 3009 * dirfd: Opening a Directory. (line 104)
|
| H A D | dir | 399 * dirfd: (libc)Opening a Directory.
|