Searched refs:get_mnt_id (Results 1 – 1 of 1) sorted by relevance
| /linux/tools/testing/selftests/filesystems/statmount/ |
| H A D | statmount_test.c | 86 static uint64_t get_mnt_id(const char *name, const char *path, uint64_t mask) in get_mnt_id() function 159 old_parent_id = get_mnt_id("parent", root_mntpoint, STATX_MNT_ID); in setup_namespace() 160 parent_id = get_mnt_id("parent", root_mntpoint, STATX_MNT_ID_UNIQUE); in setup_namespace() 183 old_root_id = get_mnt_id("root", "/", STATX_MNT_ID); in setup_namespace() 184 root_id = get_mnt_id("root", "/", STATX_MNT_ID_UNIQUE); in setup_namespace()
|