Searched refs:__NR_statmount (Results 1 – 6 of 6) sorted by relevance
| /linux-6.15/samples/vfs/ |
| H A D | samples-vfs.h | 104 #ifndef __NR_statmount 105 #define __NR_statmount 457 macro
|
| H A D | test-list-all-mounts.c | 25 return syscall(__NR_statmount, &req, stmnt, bufsize, flags); in __statmount()
|
| H A D | mountinfo.c | 51 return syscall(__NR_statmount, &req, buf, bufsize, flags); in statmount()
|
| /linux-6.15/tools/testing/selftests/filesystems/statmount/ |
| H A D | statmount.h | 25 return syscall(__NR_statmount, &req, buf, bufsize, flags); in statmount()
|
| /linux-6.15/include/uapi/asm-generic/ |
| H A D | unistd.h | 828 #define __NR_statmount 457 macro 829 __SYSCALL(__NR_statmount, sys_statmount)
|
| /linux-6.15/tools/include/uapi/asm-generic/ |
| H A D | unistd.h | 828 #define __NR_statmount 457 macro 829 __SYSCALL(__NR_statmount, sys_statmount)
|