Lines Matching refs:EXF
54 } EXF; typedef
109 IW_INLINE iwrc _exfile_unlock2(EXF *impl) { in _exfile_unlock2()
122 static iwrc _exfile_destroylocks(EXF *impl) { in _exfile_destroylocks()
138 EXF *impl = f->impl; in _exfile_initmmap_slot_lw()
197 EXF *impl = f->impl; in _exfile_initmmap_lw()
213 EXF *impl = f->impl; in _exfile_truncate_lw()
265 EXF *impl = f->impl; in _exfile_ensure_size_lw()
286 EXF *impl = f->impl; in _exfile_sync()
304 EXF *impl = f->impl; in _exfile_write()
368 EXF *impl; in _exfile_read()
419 EXF *xf = f->impl; in _exfile_state()
429 EXF *impl = f->impl; in _exfile_copy()
448 EXF *impl = f->impl; in _exfile_remove_mmap_lw()
489 EXF *impl = f->impl; in _exfile_close()
537 EXF *impl = f->impl; in _exfile_add_mmap_lw()
662 EXF *impl = f->impl; in _exfile_probe_mmap_lr()
709 EXF *impl = f->impl; in _exfile_sync_mmap_lr()
809 EXF *impl = f->impl; in _exfile_initlocks()
869 EXF *impl = f->impl = calloc(1, sizeof(EXF)); in iwfs_exfile_open()