Home
last modified time | relevance | path

Searched refs:IWFS_FSM_OPTS (Results 1 – 7 of 7) sorted by relevance

/third_party/iowow/src/fs/
Diwfsmfile.h160 typedef struct IWFS_FSM_OPTS { struct
168 } IWFS_FSM_OPTS; argument
405 IW_EXPORT WUR iwrc iwfs_fsmfile_open(IWFS_FSM *f, const IWFS_FSM_OPTS *opts);
Diwfsmfile.c1236 static iwrc _fsm_init_impl(struct fsm *fsm, const IWFS_FSM_OPTS *opts) { in _fsm_init_impl()
1251 static iwrc _fsm_init_locks(struct fsm *fsm, const IWFS_FSM_OPTS *opts) { in _fsm_init_locks()
1376 static iwrc _fsm_init_new_lw(struct fsm *fsm, const IWFS_FSM_OPTS *opts) { in _fsm_init_new_lw()
1815 iwrc iwfs_fsmfile_open(IWFS_FSM *f, const IWFS_FSM_OPTS *opts) { in iwfs_fsmfile_open()
/third_party/iowow/src/fs/tests/
Diwfs_test2.c224 IWFS_FSM_OPTS opts = { in test_fsm_open_close()
278 IWFS_FSM_OPTS opts = { in test_fsm_uniform_alloc_impl()
545 IWFS_FSM_OPTS opts = { in test_block_allocation_impl()
604 IWFS_FSM_OPTS opts = { in test_block_allocation1_impl()
Diwfs_test3.c92 IWFS_FSM_OPTS opts = { in test_stress()
/third_party/iowow/src/kv/
Diwal.h100 iwrc iwal_create(IWKV iwkv, const IWKV_OPTS *opts, IWFS_FSM_OPTS *fsmopts, bool recover_backup);
Diwal.c611 static iwrc _recover_wl(IWKV iwkv, IWAL *wal, IWFS_FSM_OPTS *fsmopts, bool recover_backup) { in _recover_wl()
1048 iwrc iwal_create(IWKV iwkv, const IWKV_OPTS *opts, IWFS_FSM_OPTS *fsmopts, bool recover_backup) { in iwal_create()
Diwkv.c3156 IWFS_FSM_OPTS fsmopts = { in iwkv_open()