Lines Matching refs:tmpfs
118 g_autofree const char *tmpfs = NULL; in cxl_t3d_deprecated() local
120 tmpfs = g_dir_make_tmp("cxl-test-XXXXXX", NULL); in cxl_t3d_deprecated()
123 tmpfs, tmpfs); in cxl_t3d_deprecated()
127 rmdir(tmpfs); in cxl_t3d_deprecated()
133 g_autofree const char *tmpfs = NULL; in cxl_t3d_persistent() local
135 tmpfs = g_dir_make_tmp("cxl-test-XXXXXX", NULL); in cxl_t3d_persistent()
138 tmpfs, tmpfs); in cxl_t3d_persistent()
142 rmdir(tmpfs); in cxl_t3d_persistent()
158 g_autofree const char *tmpfs = NULL; in cxl_t3d_volatile_lsa() local
160 tmpfs = g_dir_make_tmp("cxl-test-XXXXXX", NULL); in cxl_t3d_volatile_lsa()
163 tmpfs); in cxl_t3d_volatile_lsa()
167 rmdir(tmpfs); in cxl_t3d_volatile_lsa()
173 g_autofree const char *tmpfs = NULL; in cxl_1pxb_2rp_2t3d() local
175 tmpfs = g_dir_make_tmp("cxl-test-XXXXXX", NULL); in cxl_1pxb_2rp_2t3d()
178 tmpfs, tmpfs, tmpfs, tmpfs); in cxl_1pxb_2rp_2t3d()
182 rmdir(tmpfs); in cxl_1pxb_2rp_2t3d()
188 g_autofree const char *tmpfs = NULL; in cxl_2pxb_4rp_4t3d() local
190 tmpfs = g_dir_make_tmp("cxl-test-XXXXXX", NULL); in cxl_2pxb_4rp_4t3d()
193 tmpfs, tmpfs, tmpfs, tmpfs, tmpfs, tmpfs, in cxl_2pxb_4rp_4t3d()
194 tmpfs, tmpfs); in cxl_2pxb_4rp_4t3d()
198 rmdir(tmpfs); in cxl_2pxb_4rp_4t3d()