Home
last modified time | relevance | path

Searched refs:testfs_verify_incrementing (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/tests/subsys/fs/common/
Dtest_fs_basic.c106 zassert_equal(testfs_verify_incrementing(&file, 0, TESTFS_BUFFER_SIZE), in verify_hello()
155 zassert_equal(testfs_verify_incrementing(&file, pos, TESTFS_BUFFER_SIZE), in seek_within_hello()
176 zassert_equal(testfs_verify_incrementing(&file, stat.size - pos, in seek_within_hello()
236 zassert_equal(testfs_verify_incrementing(&file, 0, 64), in truncate_hello()
358 zassert_equal(testfs_verify_incrementing(&file, 0, TESTFS_BUFFER_SIZE), in verify_goodbye()
Dtest_fs_util.h164 int testfs_verify_incrementing(struct fs_file_t *fp,
Dtest_fs_util.c185 int testfs_verify_incrementing(struct fs_file_t *fp, in testfs_verify_incrementing() function
308 rc = testfs_verify_incrementing(&file, cp->value, cp->size); in check_layout_entry()
/Zephyr-latest/tests/subsys/fs/ext2/src/
Dtestfs_ext_specific.c72 ret = testfs_verify_incrementing(&file, 0, bytes_to_write); in write_to_file()
104 ret = testfs_verify_incrementing(&file, 0, new_size); in truncate_file()