Home
last modified time | relevance | path

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

/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/tools/testing/selftests/landlock/
H A Dfs_test.c60 return syscall(__NR_open_tree, dfd, filename, flags); in open_tree()