Searched refs:fst (Results 1 – 1 of 1) sorted by relevance
99 struct fs_file_t fst; in ZTEST() local101 memset(&fst, 0xff, sizeof(fst)); in ZTEST()103 fs_file_t_init(&fst); in ZTEST()104 zassert_equal(fst.mp, NULL, "Expected to be initialized to NULL"); in ZTEST()105 zassert_equal(fst.filep, NULL, "Expected to be initialized to NULL"); in ZTEST()106 zassert_equal(fst.flags, 0, "Expected to be initialized to 0"); in ZTEST()