Home
last modified time | relevance | path

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

/Zephyr-latest/tests/subsys/fs/common/
Dtest_fs_dirops.c122 int rc = testfs_bcmd_verify_layout(&path, layout, end_layout); in check_layout()
197 zassert_equal(testfs_bcmd_verify_layout(&root, from_bcmd, from_end_bcmd), in check_rename()
278 zassert_equal(testfs_bcmd_verify_layout(&root, to_bcmd, to_end_bcmd), in check_rename()
Dtest_fs_util.h267 int testfs_bcmd_verify_layout(struct testfs_path *pp,
Dtest_fs_util.c323 rc = testfs_bcmd_verify_layout(pp, in check_layout_entry()
343 int testfs_bcmd_verify_layout(struct testfs_path *pp, in testfs_bcmd_verify_layout() function