Searched refs:exfile (Results 1 – 8 of 8) sorted by relevance
/third_party/iowow/src/fs/tests/ |
D | iwfs_test2.c | 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() [all …]
|
D | iwfs_test3.c | 93 .exfile = { in test_stress() 180 opts.exfile.file.omode = 0; in test_stress()
|
/third_party/openssl/test/ |
D | cms-examples.pl | 19 my $exfile = "./rfc4134.txt"; 66 open( IN, $exfile ) || die "Can't Open RFC examples file $exfile";
|
/third_party/iowow/src/fs/ |
D | iwfsmfile.h | 161 IWFS_EXT_OPTS exfile; member 175 IWFS_EXT_STATE exfile; /**< File pool state */ member
|
D | iwfsmfile.c | 1803 IWRC(fsm->pool.state(&fsm->pool, &state->exfile), rc); in _fsm_state() 1819 const char *path = opts->exfile.file.path; in iwfs_fsmfile_open() 1856 fsm->dlsnr = opts->exfile.file.dlsnr; // Copy data changes listener address in iwfs_fsmfile_open() 1859 IWFS_EXT_OPTS rwl_opts = opts->exfile; in iwfs_fsmfile_open() 2012 IWRC(fsm->pool.state(&fsm->pool, &d->state.exfile), rc); in iwfs_fsmdbg_state()
|
/third_party/iowow/src/kv/ |
D | iwal.c | 620 memcpy(&extopts, &fsmopts->exfile, sizeof(extopts)); in _recover_wl() 939 rc = iwp_pread(fstate.exfile.file.fh, off, buf, sizeof(buf), &sp); in iwal_online_backup() 1172 fsmopts->exfile.file.dlsnr = iwkv->dlsnr; in iwal_create()
|
D | iwkv.c | 3157 .exfile = { in iwkv_open() 3180 fsmopts.exfile.file.lock_mode |= IWP_NBLOCK; in iwkv_open() 3193 if (fsmstate.exfile.file.ostatus & IWFS_OPEN_NEW) { in iwkv_open()
|
/third_party/ejdb/src/ |
D | ejdb2.c | 1659 if ( !binn_object_set_str(&jbl->bn, "file", sfsm.exfile.file.opts.path) in ejdb_get_meta() 1660 || !binn_object_set_int64(&jbl->bn, "size", sfsm.exfile.fsize)) { in ejdb_get_meta()
|