Home
last modified time | relevance | path

Searched refs:IWFS_EXT_STATE (Results 1 – 5 of 5) sorted by relevance

/third_party/iowow/src/fs/
Diwexfile.h156 typedef struct IWFS_EXT_STATE { struct
159 } IWFS_EXT_STATE; argument
309 iwrc (*state)(struct IWFS_EXT *f, IWFS_EXT_STATE *state);
Diwfsmfile.h175 IWFS_EXT_STATE exfile; /**< File pool state */
Diwfsmfile.c1192 IWFS_EXT_STATE fstate; in _fsm_trim_tail_lw()
1818 IWFS_EXT_STATE fstate = { 0 }; in iwfs_fsmfile_open()
Diwexfile.c416 static iwrc _exfile_state(struct IWFS_EXT *f, IWFS_EXT_STATE *state) { in _exfile_state()
/third_party/iowow/src/fs/tests/
Diwfs_test1.c136 IWFS_EXT_STATE state; in iwfs_exfile_test1_2()