| /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 | 261 nr_mounts = listmount(LSMT_ROOT, mnt_ns_id, 0, list, 256, 0); in test_listmount_ns() 263 ksft_print_msg("listmount: %s\n", strerror(errno)); in test_listmount_ns() 268 ksft_print_msg("listmount results is %zi != %zi\n", nr_mounts, in test_listmount_ns() 290 ksft_print_msg("listmount gave us the wrong ns id: 0x%llx != 0x%llx\n", in main() 331 nr_mounts = listmount(LSMT_ROOT, 0, 0, list, 256, 0); 333 ksft_print_msg("listmount: %s\n", strerror(errno)); 365 handle_result(ret, "test listmount ns id");
|
| H A D | statmount.h | 69 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 | 224 res = listmount(LSMT_ROOT, 0, 0, list, size, 0); in test_listmount_empty_root() 226 ksft_test_result_fail("listmount: %s\n", strerror(errno)); in test_listmount_empty_root() 230 ksft_test_result_fail("listmount result is %zi != 1\n", res); in test_listmount_empty_root() 235 ksft_test_result_fail("listmount ID doesn't match 0x%llx != 0x%llx\n", in test_statmount_zero_mask() 241 ksft_test_result_pass("listmount empty root\n"); in test_statmount_zero_mask() 633 num = res = listmount(LSMT_ROOT, 0, 0, list, size, 0); in test_listmount_tree() 635 ksft_test_result_fail("listmount: %s\n", strerror(errno)); in test_listmount_tree() 639 ksft_test_result_fail("listmount result is %zi != %zi\n", in test_listmount_tree() 645 res = listmount(LSMT_ROOT, 0, i ? list2[i - 1] : 0, list2 + i, step, 0); in test_listmount_tree() 647 ksft_test_result_fail("short listmount in test_listmount_tree() [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 | 6082 SYSCALL_DEFINE4(listmount, const struct mnt_id_req __user *, req, in SYSCALL_DEFINE4() argument
|