Home
last modified time | relevance | path

Searched refs:LSMT_ROOT (Results 1 – 10 of 10) 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()
331 nr_mounts = listmount(LSMT_ROOT, 0, 0, list, 256, 0);
H A Dstatmount_test.c224 res = listmount(LSMT_ROOT, 0, 0, list, size, 0); in test_listmount_empty_root()
633 num = res = listmount(LSMT_ROOT, 0, 0, list, size, 0); in test_listmount_tree()
645 res = listmount(LSMT_ROOT, 0, i ? list2[i - 1] : 0, list2 + i, step, 0); in test_listmount_tree()
/linux/tools/include/uapi/linux/
H A Dmount.h232 #define LSMT_ROOT 0xffffffffffffffff /* root mount */
209 #define LSMT_ROOT global() macro
/linux/include/uapi/linux/
H A Dmount.h236 #define LSMT_ROOT 0xffffffffffffffff /* root mount */
232 #define LSMT_ROOT global() macro
/linux/tools/perf/trace/beauty/include/uapi/linux/
H A Dmount.h236 #define LSMT_ROOT 0xffffffffffffffff /* root mount */ macro
/linux/samples/vfs/
H A Dmountinfo.c181 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/fs/
H A Dnamespace.c6002 if (mnt_parent_id == LSMT_ROOT) { in do_listmount()