Home
last modified time | relevance | path

Searched refs:testfs_bcmd_end (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/tests/subsys/fs/common/
Dtest_fs_dirops.c114 struct testfs_bcmd *end_layout = testfs_bcmd_end(layout); in check_layout()
168 struct testfs_bcmd *from_end_bcmd = testfs_bcmd_end(from_bcmd); in check_rename()
182 struct testfs_bcmd *to_end_bcmd = testfs_bcmd_end(to_bcmd); in check_rename()
Dtest_fs_util.h240 static inline struct testfs_bcmd *testfs_bcmd_end(struct testfs_bcmd *cp) in testfs_bcmd_end() function