| /linux/tools/testing/selftests/filesystems/statmount/ |
| H A D | listmount_test.c | 30 nr_mounts = listmount(LSMT_ROOT, 0, last_mnt_id, in TEST() 52 nr_mounts = listmount(LSMT_ROOT, 0, last_mnt_id, in TEST()
|
| H A D | statmount_test_ns.c | 236 nr_mounts = listmount(LSMT_ROOT, mnt_ns_id, 0, list, 256, 0); in test_listmount_ns() 238 ksft_print_msg("listmount: %s\n", strerror(errno)); in test_listmount_ns() 243 ksft_print_msg("listmount results is %zi != %zi\n", nr_mounts, in test_listmount_ns() 265 ksft_print_msg("listmount gave us the wrong ns id: 0x%llx != 0x%llx\n", in test_listmount_ns() 306 nr_mounts = listmount(LSMT_ROOT, 0, 0, list, 256, 0); 308 ksft_print_msg("listmount: %s\n", strerror(errno)); 340 handle_result(ret, "test listmount ns id");
|
| H A D | statmount.h | 73 static inline ssize_t listmount(uint64_t mnt_id, uint64_t mnt_ns_id, 28 static ssize_t listmount(uint64_t mnt_id, uint64_t mnt_ns_id, listmount() function
|
| H A D | statmount_test.c | 185 res = listmount(LSMT_ROOT, 0, 0, list, size, 0); in setup_namespace() 187 ksft_test_result_fail("listmount: %s\n", strerror(errno)); in setup_mount_tree() 191 ksft_test_result_fail("listmount result is %zi != 1\n", res); in setup_mount_tree() 196 ksft_test_result_fail("listmount ID doesn't match 0x%llx != 0x%llx\n", in setup_mount_tree() 202 ksft_test_result_pass("listmount empty root\n"); in setup_mount_tree() 594 num = res = listmount(LSMT_ROOT, 0, 0, list, size, 0); in test_statmount_string() 596 ksft_test_result_fail("listmount: %s\n", strerror(errno)); in test_statmount_string() 600 ksft_test_result_fail("listmount result is %zi != %zi\n", in test_statmount_string() 606 res = listmount(LSMT_ROOT, 0, i ? list2[i - 1] : 0, list2 + i, step, 0); in test_statmount_string() 608 ksft_test_result_fail("short listmount [all...] |
| /linux/samples/vfs/ |
| H A D | mountinfo.c | 54 static ssize_t listmount(__u64 mnt_id, __u64 mnt_ns_id, __u64 last_mnt_id, in listmount() function 181 count = listmount(LSMT_ROOT, mnt_ns_id, last_mnt_id, mntid, MAXMOUNTS, 0); in dump_mounts()
|
| /linux/tools/testing/selftests/filesystems/mount-notify/ |
| H A D | mount-notify_test.c | 230 ret = listmount(LSMT_ROOT, 0, 0, list, num + 1, 0); in check_mounted()
|
| H A D | mount-notify_test_ns.c | 257 ret = listmount(LSMT_ROOT, 0, 0, list, num + 1, 0); in check_mounted()
|
| /linux/tools/perf/arch/mips/entry/syscalls/ |
| H A D | syscall_n64.tbl | 375 458 n64 listmount sys_listmount
|
| /linux/scripts/ |
| H A D | syscall.tbl | 401 458 common listmount sys_listmount
|
| /linux/tools/scripts/ |
| H A D | syscall.tbl | 401 458 common listmount sys_listmount
|
| /linux/tools/perf/arch/s390/entry/syscalls/ |
| H A D | syscall.tbl | 387 458 common listmount sys_listmount
|
| /linux/tools/perf/arch/sh/entry/syscalls/ |
| H A D | syscall.tbl | 464 458 common listmount sys_listmount
|
| /linux/tools/perf/arch/xtensa/entry/syscalls/ |
| H A D | syscall.tbl | 431 458 common listmount sys_listmount
|
| /linux/tools/perf/arch/x86/entry/syscalls/ |
| H A D | syscall_64.tbl | 385 458 common listmount sys_listmount
|
| H A D | syscall_32.tbl | 466 458 i386 listmount sys_listmount
|
| /linux/tools/perf/arch/sparc/entry/syscalls/ |
| H A D | syscall.tbl | 506 458 common listmount sys_listmount
|
| /linux/tools/perf/arch/arm/entry/syscalls/ |
| H A D | syscall.tbl | 475 458 common listmount sys_listmount
|
| /linux/tools/perf/arch/powerpc/entry/syscalls/ |
| H A D | syscall.tbl | 551 458 common listmount sys_listmount
|
| /linux/fs/ |
| H A D | namespace.c | 6112 SYSCALL_DEFINE4(listmount, const struct mnt_id_req __user *, req, in SYSCALL_DEFINE4() argument
|