Searched refs:path_is_temporary_fs (Results 1 – 6 of 6) sorted by relevance
93 TEST(path_is_temporary_fs) { in TEST() argument97 r = path_is_temporary_fs(s); in TEST()105 assert_se(path_is_temporary_fs("/run") > 0); in TEST()106 assert_se(path_is_temporary_fs("/proc") == 0); in TEST()107 assert_se(path_is_temporary_fs("/i-dont-exist") == -ENOENT); in TEST()
51 int path_is_temporary_fs(const char *path);
91 r = path_is_temporary_fs("/"); in in_initrd()
259 int path_is_temporary_fs(const char *path) { in path_is_temporary_fs() function
163 r = path_is_temporary_fs(path); in run()
347 r = path_is_temporary_fs("/etc/machine-id"); in settle_make_entry_directory()