/third_party/ltp/testcases/kernel/syscalls/open_by_handle_at/ |
D | open_by_handle_at01.c | 64 TEST(name_to_handle_at(file_fd, "", f_fhp, &mount_id, AT_EMPTY_PATH)); in setup() 70 TEST(name_to_handle_at(dir_fd, TEST_FILE, d_fhp, &mount_id, in setup() 77 TEST(name_to_handle_at(AT_FDCWD, TEST_FILE, at_fhp, &mount_id, in setup()
|
D | open_by_handle_at02.c | 57 TEST(name_to_handle_at(AT_FDCWD, TEST_FILE, valid_fhp, &mount_id, 0)); in setup() 66 TEST(name_to_handle_at(AT_FDCWD, FOO_SYMLINK, link_fhp, &mount_id, 0)); in setup()
|
/third_party/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() function 45 ret = name_to_handle_at(dfd, pathname, &fh, &mount_id, 0); in allocate_file_handle()
|
/third_party/musl/libc-test/src/functionalext/supplement/linux/ |
D | name_to_handle_at.c | 45 if (name_to_handle_at(dirfd, pathname, fhp, &mount_id, flags) != -1 || errno != EOVERFLOW) { in name_to_handle_at_0100() 55 int result = name_to_handle_at(dirfd, pathname, fhp, &mount_id, flags); in name_to_handle_at_0100()
|
D | test_src_functionalext_supplement_linux.gni | 73 "name_to_handle_at",
|
/third_party/musl/src/linux/ |
D | name_to_handle_at.c | 5 int name_to_handle_at(int dirfd, const char *pathname, in name_to_handle_at() function
|
/third_party/ltp/testcases/kernel/syscalls/name_to_handle_at/ |
D | name_to_handle_at02.c | 59 TEST(name_to_handle_at(tc->dfd, *tc->pathname, *tc->fhp, *tc->mount_id, in run()
|
D | name_to_handle_at01.c | 85 TEST(name_to_handle_at(*tc->dfd, tc->pathname, fhp, &mount_id, in run()
|
/third_party/eudev/src/shared/ |
D | missing.h | 148 static inline int name_to_handle_at(int fd, const char *name, struct file_handle *handle, int *mnt_… in name_to_handle_at() function
|
D | path-util.c | 404 r = name_to_handle_at(fd, "", &h.handle, &mount_id, AT_EMPTY_PATH); in fd_is_mount_point() 421 r = name_to_handle_at(fd, "..", &h_parent.handle, &mount_id_parent, 0); in fd_is_mount_point()
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | fcntl.h | 188 int name_to_handle_at(int, const char *, struct file_handle *, int *, int);
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | fcntl.h | 188 int name_to_handle_at(int, const char *, struct file_handle *, int *, int);
|
/third_party/musl/ndk_musl_include/ |
D | fcntl.h | 188 int name_to_handle_at(int, const char *, struct file_handle *, int *, int);
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | fcntl.h | 188 int name_to_handle_at(int, const char *, struct file_handle *, int *, int);
|
/third_party/musl/porting/liteos_m/user/include/ |
D | fcntl.h | 188 int name_to_handle_at(int, const char *, struct file_handle *, int *, int);
|
/third_party/musl/include/ |
D | fcntl.h | 188 int name_to_handle_at(int, const char *, struct file_handle *, int *, int);
|
/third_party/musl/porting/linux/user/include/ |
D | fcntl.h | 189 int name_to_handle_at(int, const char *, struct file_handle *, int *, int);
|
/third_party/ltp/include/lapi/syscalls/ |
D | aarch64.in | 250 name_to_handle_at 264
|
D | arc.in | 255 name_to_handle_at 264
|
D | mips_n64.in | 298 name_to_handle_at 5298
|
D | ia64.in | 297 name_to_handle_at 1326
|
D | sparc64.in | 315 name_to_handle_at 332
|
D | s390x.in | 280 name_to_handle_at 335
|
D | mips_n32.in | 303 name_to_handle_at 6303
|
D | sh.in | 331 name_to_handle_at 359
|