Searched refs:RESOLVE_NO_SYMLINKS (Results 1 – 3 of 3) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/openat2/ |
D | openat201.c | 32 {&dir_fd, TEST_FILE, O_RDWR, S_IRWXU, RESOLVE_NO_SYMLINKS, &how, sizeof(*how)}, 40 {&fd_atcwd, TEST_FILE, O_RDWR, S_IRWXU, RESOLVE_NO_SYMLINKS, &how, sizeof(*how)},
|
D | openat202.c | 28 {"resolve-no-symlinks", FOO_SYMLINK, RESOLVE_NO_SYMLINKS, ELOOP},
|
/third_party/ltp/include/lapi/ |
D | openat2.h | 41 #define RESOLVE_NO_SYMLINKS 0x04 /* Block traversal through all symlinks macro
|