Home
last modified time | relevance | path

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

/linux-6.15/tools/testing/selftests/filesystems/mount-notify/
H A Dmount-notify_test.c49 static const char root_mntpoint_templ[] = "/tmp/mount-notify_test_root.XXXXXX"; variable
64 char root_mntpoint[sizeof(root_mntpoint_templ)]; in FIXTURE()
81 strcpy(self->root_mntpoint, root_mntpoint_templ); in FIXTURE_SETUP()