Lines Matching refs:IWFS_EXT
67 IW_INLINE iwrc _exfile_wlock(IWFS_EXT *f) { in _exfile_wlock()
81 IW_INLINE iwrc _exfile_rlock(IWFS_EXT *f) { in _exfile_rlock()
95 IW_INLINE iwrc _exfile_unlock(IWFS_EXT *f) { in _exfile_unlock()
135 static iwrc _exfile_initmmap_slot_lw(struct IWFS_EXT *f, MMAPSLOT *s) { in _exfile_initmmap_slot_lw()
194 static iwrc _exfile_initmmap_lw(struct IWFS_EXT *f) { in _exfile_initmmap_lw()
210 static iwrc _exfile_truncate_lw(struct IWFS_EXT *f, off_t size) { in _exfile_truncate_lw()
264 static iwrc _exfile_ensure_size_lw(struct IWFS_EXT *f, off_t sz) { in _exfile_ensure_size_lw()
283 static iwrc _exfile_sync(struct IWFS_EXT *f, iwfs_sync_flags flags) { in _exfile_sync()
302 static iwrc _exfile_write(struct IWFS_EXT *f, off_t off, const void *buf, size_t siz, size_t *sp) { in _exfile_write()
366 static iwrc _exfile_read(struct IWFS_EXT *f, off_t off, void *buf, size_t siz, size_t *sp) { in _exfile_read()
416 static iwrc _exfile_state(struct IWFS_EXT *f, IWFS_EXT_STATE *state) { in _exfile_state()
426 static iwrc _exfile_copy(struct IWFS_EXT *f, off_t off, size_t siz, off_t noff) { in _exfile_copy()
446 static iwrc _exfile_remove_mmap_lw(struct IWFS_EXT *f, off_t off) { in _exfile_remove_mmap_lw()
483 static iwrc _exfile_close(struct IWFS_EXT *f) { in _exfile_close()
510 static iwrc _exfile_ensure_size(struct IWFS_EXT *f, off_t sz) { in _exfile_ensure_size()
525 static iwrc _exfile_truncate(struct IWFS_EXT *f, off_t sz) { in _exfile_truncate()
533 static iwrc _exfile_add_mmap_lw(struct IWFS_EXT *f, off_t off, size_t maxlen, iwfs_ext_mmap_opts_t … in _exfile_add_mmap_lw()
615 static iwrc _exfile_add_mmap(struct IWFS_EXT *f, off_t off, size_t maxlen, iwfs_ext_mmap_opts_t mmo… in _exfile_add_mmap()
624 iwrc _exfile_acquire_mmap(struct IWFS_EXT *f, off_t off, uint8_t **mm, size_t *sp) { in _exfile_acquire_mmap()
655 iwrc _exfile_probe_mmap_lr(struct IWFS_EXT *f, off_t off, uint8_t **mm, size_t *sp) { in _exfile_probe_mmap_lr()
684 iwrc _exfile_probe_mmap(struct IWFS_EXT *f, off_t off, uint8_t **mm, size_t *sp) { in _exfile_probe_mmap()
692 iwrc _exfile_release_mmap(struct IWFS_EXT *f) { in _exfile_release_mmap()
697 static iwrc _exfile_remove_mmap(struct IWFS_EXT *f, off_t off) { in _exfile_remove_mmap()
706 static iwrc _exfile_sync_mmap_lr(struct IWFS_EXT *f, off_t off, iwfs_sync_flags flags) { in _exfile_sync_mmap_lr()
734 static iwrc _exfile_sync_mmap(struct IWFS_EXT *f, off_t off, iwfs_sync_flags flags) { in _exfile_sync_mmap()
742 static iwrc _exfile_remap_all(struct IWFS_EXT *f) { in _exfile_remap_all()
751 static off_t _exfile_default_szpolicy(off_t nsize, off_t csize, struct IWFS_EXT *f, void **ctx) { in _exfile_default_szpolicy()
758 off_t iw_exfile_szpolicy_fibo(off_t nsize, off_t csize, struct IWFS_EXT *f, void **_ctx) { in iw_exfile_szpolicy_fibo()
785 off_t iw_exfile_szpolicy_mul(off_t nsize, off_t csize, struct IWFS_EXT *f, void **_ctx) { in iw_exfile_szpolicy_mul()
806 static iwrc _exfile_initlocks(IWFS_EXT *f) { in _exfile_initlocks()
826 iwrc iwfs_exfile_open(IWFS_EXT *f, const IWFS_EXT_OPTS *opts) { in iwfs_exfile_open()