Lines Matching refs:exfile
225 .exfile = { in test_fsm_open_close()
259 CU_ASSERT_EQUAL(state1.state.exfile.fsize, state2.state.exfile.fsize); in test_fsm_open_close()
260 CU_ASSERT_EQUAL(state1.state.exfile.fsize, 2 * aunit); in test_fsm_open_close()
279 .exfile = { in test_fsm_uniform_alloc_impl()
308 CU_ASSERT_EQUAL_FATAL(state1.state.exfile.file.ostatus, IWFS_OPEN_NEW); in test_fsm_uniform_alloc_impl()
335 opts.exfile.file.omode = IWFS_OREAD; in test_fsm_uniform_alloc_impl()
341 CU_ASSERT_EQUAL_FATAL(state2.state.exfile.file.ostatus, IWFS_OPEN_EXISTING); in test_fsm_uniform_alloc_impl()
342 CU_ASSERT_FALSE(state2.state.exfile.file.opts.omode & IWFS_OWRITE); in test_fsm_uniform_alloc_impl()
361 opts.exfile.file.omode = IWFS_OWRITE; in test_fsm_uniform_alloc_impl()
546 .exfile = { in test_block_allocation_impl()
605 .exfile = { in test_block_allocation1_impl()