Home
last modified time | relevance | path

Searched refs:__NR_open_tree (Results 1 – 4 of 4) sorted by relevance

/linux/tools/testing/selftests/filesystems/
H A Dwrappers.h85 #ifndef __NR_open_tree
87 #define __NR_open_tree 538 macro
90 #define __NR_open_tree 4428 macro
93 #define __NR_open_tree 6428 macro
96 #define __NR_open_tree 5428 macro
99 #define __NR_open_tree 428 macro
105 return syscall(__NR_open_tree, dfd, filename, flags); in sys_open_tree()
/linux/tools/include/uapi/asm-generic/
H A Dunistd.h765 #define __NR_open_tree 428 macro
766 __SYSCALL(__NR_open_tree, sys_open_tree)
/linux/include/uapi/asm-generic/
H A Dunistd.h765 #define __NR_open_tree 428 macro
766 __SYSCALL(__NR_open_tree, sys_open_tree)
/linux/tools/testing/selftests/landlock/
H A Dfs_test.c59 return syscall(__NR_open_tree, dfd, filename, flags); in open_tree()