Home
last modified time | relevance | path

Searched refs:listmount (Results 1 – 19 of 19) sorted by relevance

/linux/tools/testing/selftests/filesystems/statmount/
H A Dlistmount_test.c30 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 Dstatmount_test_ns.c261 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 Dstatmount.h69 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 Dstatmount_test.c224 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 Dmountinfo.c54 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 Dmount-notify_test.c230 ret = listmount(LSMT_ROOT, 0, 0, list, num + 1, 0); in check_mounted()
H A Dmount-notify_test_ns.c257 ret = listmount(LSMT_ROOT, 0, 0, list, num + 1, 0); in check_mounted()
/linux/tools/perf/arch/mips/entry/syscalls/
H A Dsyscall_n64.tbl375 458 n64 listmount sys_listmount
/linux/scripts/
H A Dsyscall.tbl401 458 common listmount sys_listmount
/linux/tools/scripts/
H A Dsyscall.tbl401 458 common listmount sys_listmount
/linux/tools/perf/arch/s390/entry/syscalls/
H A Dsyscall.tbl387 458 common listmount sys_listmount
/linux/tools/perf/arch/sh/entry/syscalls/
H A Dsyscall.tbl464 458 common listmount sys_listmount
/linux/tools/perf/arch/xtensa/entry/syscalls/
H A Dsyscall.tbl431 458 common listmount sys_listmount
/linux/tools/perf/arch/x86/entry/syscalls/
H A Dsyscall_64.tbl385 458 common listmount sys_listmount
H A Dsyscall_32.tbl466 458 i386 listmount sys_listmount
/linux/tools/perf/arch/sparc/entry/syscalls/
H A Dsyscall.tbl506 458 common listmount sys_listmount
/linux/tools/perf/arch/arm/entry/syscalls/
H A Dsyscall.tbl475 458 common listmount sys_listmount
/linux/tools/perf/arch/powerpc/entry/syscalls/
H A Dsyscall.tbl551 458 common listmount sys_listmount
/linux/fs/
H A Dnamespace.c6082 SYSCALL_DEFINE4(listmount, const struct mnt_id_req __user *, req, in SYSCALL_DEFINE4() argument