Home
last modified time | relevance | path

Searched refs:get_mnt_id (Results 1 – 2 of 2) sorted by relevance

/linux/tools/testing/selftests/filesystems/statmount/
H A Dstatmount_test.c87 static uint64_t get_mnt_id(const char *name, const char *path, uint64_t mask) in get_mnt_id() function
160 old_parent_id = get_mnt_id("parent", root_mntpoint, STATX_MNT_ID); in setup_namespace()
161 parent_id = get_mnt_id("parent", root_mntpoint, STATX_MNT_ID_UNIQUE); in setup_namespace()
184 old_root_id = get_mnt_id("root", "/", STATX_MNT_ID); in setup_namespace()
185 root_id = get_mnt_id("root", "/", STATX_MNT_ID_UNIQUE); in setup_namespace()
H A Dstatmount_test_ns.c81 static int get_mnt_id(const char *path, uint64_t *mnt_id) in get_mnt_id() function
177 ret = get_mnt_id("/", &root_id); in _test_statmount_mnt_ns_id()