Lines Matching refs:MMAPSLOT
39 struct MMAPSLOT;
44 struct MMAPSLOT *mmslots; /**< Memory mapping slots */
56 typedef struct MMAPSLOT { struct
61 struct MMAPSLOT *prev; /**< Previous mmap slot. */ argument
62 struct MMAPSLOT *next; /**< Next mmap slot. */ argument
65 } MMAPSLOT; typedef
123 static iwrc _exfile_initmmap_slot_lw(struct IWFS_EXT *f, MMAPSLOT *s) { in _exfile_initmmap_slot_lw()
172 MMAPSLOT *s = impl->mmslots; in _exfile_initmmap_lw()
261 MMAPSLOT *s = impl->mmslots; in _exfile_sync()
276 MMAPSLOT *s; in _exfile_write()
340 MMAPSLOT *s; in _exfile_read()
403 MMAPSLOT *s = impl->mmslots; in _exfile_copy()
422 MMAPSLOT *s = impl->mmslots; in _exfile_remove_mmap_lw()
466 MMAPSLOT *s = impl->mmslots, *next; in _exfile_close()
509 MMAPSLOT *ns = 0; in _exfile_add_mmap_lw()
546 MMAPSLOT *s = impl->mmslots; in _exfile_add_mmap_lw()
607 MMAPSLOT *s = f->impl->mmslots; in _exfile_acquire_mmap()
636 MMAPSLOT *s = impl->mmslots; in _exfile_probe_mmap_lr()
684 MMAPSLOT *s = impl->mmslots; in _exfile_sync_mmap_lr()