Searched refs:__NR_listmount (Results 1 – 6 of 6) sorted by relevance
| /linux-6.15/samples/vfs/ |
| H A D | samples-vfs.h | 100 #ifndef __NR_listmount 101 #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-6.15/tools/testing/selftests/filesystems/statmount/ |
| H A D | statmount.h | 43 return syscall(__NR_listmount, &req, list, num, flags); in listmount()
|
| /linux-6.15/include/uapi/asm-generic/ |
| H A D | unistd.h | 831 #define __NR_listmount 458 macro 832 __SYSCALL(__NR_listmount, sys_listmount)
|
| /linux-6.15/tools/include/uapi/asm-generic/ |
| H A D | unistd.h | 831 #define __NR_listmount 458 macro 832 __SYSCALL(__NR_listmount, sys_listmount)
|