Searched refs:IWFS_EXT (Results 1 – 9 of 9) sorted by relevance
/third_party/iowow/src/fs/ |
D | iwexfile.h | 70 struct IWFS_EXT; 110 typedef off_t (*IW_EXT_RSPOLICY)(off_t nsize, off_t csize, struct IWFS_EXT *f, 119 struct IWFS_EXT *f, void **ctx); 127 struct IWFS_EXT *f, void **ctx); 159 typedef struct IWFS_EXT { struct 179 iwrc(*ensure_size)(struct IWFS_EXT *f, off_t off); argument 184 iwrc(*truncate)(struct IWFS_EXT *f, off_t off); argument 186 iwrc(*truncate_unsafe)(struct IWFS_EXT *f, off_t off); argument 214 iwrc(*add_mmap)(struct IWFS_EXT *f, off_t off, size_t len, iwfs_ext_mmap_opts_t opts); argument 216 iwrc(*add_mmap_unsafe)(struct IWFS_EXT *f, off_t off, size_t len, iwfs_ext_mmap_opts_t opts); argument [all …]
|
D | iwexfile.c | 67 IW_INLINE iwrc _exfile_wlock(IWFS_EXT *f) { in _exfile_wlock() 79 IW_INLINE iwrc _exfile_rlock(IWFS_EXT *f) { in _exfile_rlock() 91 IW_INLINE iwrc _exfile_unlock(IWFS_EXT *f) { in _exfile_unlock() 123 static iwrc _exfile_initmmap_slot_lw(struct IWFS_EXT *f, MMAPSLOT *s) { in _exfile_initmmap_slot_lw() 167 static iwrc _exfile_initmmap_lw(struct IWFS_EXT *f) { in _exfile_initmmap_lw() 183 static iwrc _exfile_truncate_lw(struct IWFS_EXT *f, off_t size) { in _exfile_truncate_lw() 237 static iwrc _exfile_ensure_size_lw(struct IWFS_EXT *f, off_t sz) { in _exfile_ensure_size_lw() 256 static iwrc _exfile_sync(struct IWFS_EXT *f, iwfs_sync_flags flags) { in _exfile_sync() 275 static iwrc _exfile_write(struct IWFS_EXT *f, off_t off, const void *buf, size_t siz, size_t *sp) { in _exfile_write() 339 static iwrc _exfile_read(struct IWFS_EXT *f, off_t off, void *buf, size_t siz, size_t *sp) { in _exfile_read() [all …]
|
D | iwfsmfile.h | 350 iwrc(*extfile)(struct IWFS_FSM *f, IWFS_EXT **ext);
|
D | iwfsmfile.c | 83 IWFS_EXT pool; /**< Underlying rwl file. */ 910 IWFS_EXT *pool = &impl->pool; in _fsm_init_lw() 1039 IWFS_EXT *pool = &impl->pool; in _fsm_resize_fsm_bitmap_lw() 1166 IWFS_EXT *pool = &impl->pool; in _fsm_blk_allocate_lw() 1371 IWFS_EXT *pool = &impl->pool; in _fsm_init_new_lw() 1399 IWFS_EXT *pool = &impl->pool; in _fsm_init_existing_lw() 1792 static iwrc _fsm_extfile(struct IWFS_FSM *f, IWFS_EXT **ext) { in _fsm_extfile()
|
/third_party/iowow/src/fs/tests/ |
D | iwfs_test1.c | 58 IWFS_EXT ef; in iwfs_exfile_test1() 126 IWFS_EXT f; in iwfs_exfile_test1_2() 160 IWFS_EXT ef; in test_fibo_inc() 222 IWFS_EXT ef; in test_mmap1()
|
/third_party/ejdb/src/ |
D | ejdb2_internal.h | 164 IWFS_EXT sof; /**< Sort overflow file */
|
/third_party/iowow/src/kv/ |
D | iwal.c | 385 static iwrc _rollforward_exl(IWAL *wal, IWFS_EXT *extf, int recover_mode) { in _rollforward_exl() 591 IWFS_EXT extf; in _recover_wl() 620 IWFS_EXT *extf; in _checkpoint_exl()
|
D | iwkv.c | 3255 static off_t _szpolicy(off_t nsize, off_t csize, struct IWFS_EXT *f, void **_ctx) { in _szpolicy()
|
/third_party/ejdb/src/jbi/ |
D | jbi_sorter_consumer.c | 194 IWFS_EXT *sof = &ssc->sof; in jbi_sorter_consumer()
|