Searched refs:IWFS_FSM_OPTS (Results 1 – 7 of 7) sorted by relevance
/third_party/iowow/src/fs/ |
D | iwfsmfile.h | 160 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);
|
D | iwfsmfile.c | 1236 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/ |
D | iwfs_test2.c | 224 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()
|
D | iwfs_test3.c | 92 IWFS_FSM_OPTS opts = { in test_stress()
|
/third_party/iowow/src/kv/ |
D | iwal.h | 100 iwrc iwal_create(IWKV iwkv, const IWKV_OPTS *opts, IWFS_FSM_OPTS *fsmopts, bool recover_backup);
|
D | iwal.c | 611 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()
|
D | iwkv.c | 3156 IWFS_FSM_OPTS fsmopts = { in iwkv_open()
|