Lines Matching refs:root
148 struct testfs_path root; in check_rename() local
184 zassert_equal(testfs_path_init(&root, mp, in check_rename()
187 root.path, in check_rename()
190 zassert_equal(fs_mkdir(root.path), in check_rename()
193 zassert_equal(testfs_build(&root, from_bcmd), in check_rename()
197 zassert_equal(testfs_bcmd_verify_layout(&root, from_bcmd, from_end_bcmd), in check_rename()
201 testfs_path_extend(testfs_path_copy(&from_path, &root), in check_rename()
204 testfs_path_extend(testfs_path_copy(&to_path, &root), in check_rename()
213 testfs_path_extend(testfs_path_copy(&from_path, &root), in check_rename()
222 testfs_path_extend(testfs_path_copy(&from_path, &root), in check_rename()
225 testfs_path_extend(testfs_path_copy(&to_path, &root), in check_rename()
237 testfs_path_extend(testfs_path_copy(&from_path, &root), in check_rename()
240 testfs_path_extend(testfs_path_copy(&to_path, &root), in check_rename()
252 testfs_path_extend(testfs_path_copy(&from_path, &root), in check_rename()
255 testfs_path_extend(testfs_path_copy(&to_path, &root), in check_rename()
264 testfs_path_extend(testfs_path_copy(&from_path, &root), in check_rename()
267 testfs_path_extend(testfs_path_copy(&to_path, &root), in check_rename()
278 zassert_equal(testfs_bcmd_verify_layout(&root, to_bcmd, to_end_bcmd), in check_rename()