Searched refs:__NR_listmount (Results 1 – 6 of 6) sorted by relevance
/linux/samples/vfs/ |
H A D | samples-vfs.h | 96 #ifndef __NR_listmount 97 #define __NR_listmount 458 macro
|
H A D | test-list-all-mounts.c | 68 return syscall(__NR_listmount, &req, list, num, flags); in sys_listmount()
|
H A D | mountinfo.c | 68 return syscall(__NR_listmount, &req, list, num, flags); in listmount()
|
/linux/tools/testing/selftests/filesystems/statmount/ |
H A D | statmount.h | 43 return syscall(__NR_listmount, &req, list, num, flags); in listmount()
|
/linux/include/uapi/asm-generic/ |
H A D | unistd.h | 831 #define __NR_listmount 458 macro 832 __SYSCALL(__NR_listmount, sys_listmount)
|
/linux/tools/include/uapi/asm-generic/ |
H A D | unistd.h | 831 #define __NR_listmount 458 macro 832 __SYSCALL(__NR_listmount, sys_listmount)
|