Searched refs:testfs_bcmd_verify_layout (Results 1 – 3 of 3) sorted by relevance
/Zephyr-latest/tests/subsys/fs/common/ |
D | test_fs_dirops.c | 122 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()
|
D | test_fs_util.h | 267 int testfs_bcmd_verify_layout(struct testfs_path *pp,
|
D | test_fs_util.c | 323 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
|