Home
last modified time | relevance | path

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

/linux-6.15/tools/testing/selftests/filesystems/statmount/
H A Dstatmount_test.c86 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()
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()
/linux-6.15/tools/testing/selftests/filesystems/mount-notify/
H A Dmount-notify_test.c39 static uint64_t get_mnt_id(struct __test_metadata *const _metadata, in get_mnt_id() function
97 self->root_id = get_mnt_id(_metadata, "/"); in FIXTURE_SETUP()