Home
last modified time | relevance | path

Searched refs:name_to_handle_at (Results 1 – 25 of 40) sorted by relevance

12

/third_party/ltp/testcases/kernel/syscalls/open_by_handle_at/
Dopen_by_handle_at01.c64 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()
Dopen_by_handle_at02.c57 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/
Dname_to_handle_at.h18 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/
Dname_to_handle_at.c45 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()
Dtest_src_functionalext_supplement_linux.gni73 "name_to_handle_at",
/third_party/musl/src/linux/
Dname_to_handle_at.c5 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/
Dname_to_handle_at02.c59 TEST(name_to_handle_at(tc->dfd, *tc->pathname, *tc->fhp, *tc->mount_id, in run()
Dname_to_handle_at01.c85 TEST(name_to_handle_at(*tc->dfd, tc->pathname, fhp, &mount_id, in run()
/third_party/eudev/src/shared/
Dmissing.h148 static inline int name_to_handle_at(int fd, const char *name, struct file_handle *handle, int *mnt_… in name_to_handle_at() function
Dpath-util.c404 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/
Dfcntl.h188 int name_to_handle_at(int, const char *, struct file_handle *, int *, int);
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dfcntl.h188 int name_to_handle_at(int, const char *, struct file_handle *, int *, int);
/third_party/musl/ndk_musl_include/
Dfcntl.h188 int name_to_handle_at(int, const char *, struct file_handle *, int *, int);
/third_party/musl/porting/liteos_m/kernel/include/
Dfcntl.h188 int name_to_handle_at(int, const char *, struct file_handle *, int *, int);
/third_party/musl/porting/liteos_m/user/include/
Dfcntl.h188 int name_to_handle_at(int, const char *, struct file_handle *, int *, int);
/third_party/musl/include/
Dfcntl.h188 int name_to_handle_at(int, const char *, struct file_handle *, int *, int);
/third_party/musl/porting/linux/user/include/
Dfcntl.h189 int name_to_handle_at(int, const char *, struct file_handle *, int *, int);
/third_party/ltp/include/lapi/syscalls/
Daarch64.in250 name_to_handle_at 264
Darc.in255 name_to_handle_at 264
Dmips_n64.in298 name_to_handle_at 5298
Dia64.in297 name_to_handle_at 1326
Dsparc64.in315 name_to_handle_at 332
Ds390x.in280 name_to_handle_at 335
Dmips_n32.in303 name_to_handle_at 6303
Dsh.in331 name_to_handle_at 359

12