Lines Matching refs:mmslots
44 struct MMAPSLOT *mmslots; /**< Memory mapping slots */ member
172 MMAPSLOT *s = impl->mmslots; in _exfile_initmmap_lw()
261 MMAPSLOT *s = impl->mmslots; in _exfile_sync()
300 s = impl->mmslots; in _exfile_write()
351 s = impl->mmslots; in _exfile_read()
403 MMAPSLOT *s = impl->mmslots; in _exfile_copy()
422 MMAPSLOT *s = impl->mmslots; in _exfile_remove_mmap_lw()
433 if (impl->mmslots == s) { in _exfile_remove_mmap_lw()
437 impl->mmslots = s->next; in _exfile_remove_mmap_lw()
438 } else if (impl->mmslots->prev == s) { in _exfile_remove_mmap_lw()
440 impl->mmslots->prev = s->prev; in _exfile_remove_mmap_lw()
466 MMAPSLOT *s = impl->mmslots, *next; in _exfile_close()
541 if (impl->mmslots == 0) { in _exfile_add_mmap_lw()
544 impl->mmslots = ns; in _exfile_add_mmap_lw()
546 MMAPSLOT *s = impl->mmslots; in _exfile_add_mmap_lw()
564 if (s == impl->mmslots) { in _exfile_add_mmap_lw()
565 impl->mmslots = ns; in _exfile_add_mmap_lw()
569 s = impl->mmslots; in _exfile_add_mmap_lw()
579 if (impl->mmslots == ns) { in _exfile_add_mmap_lw()
580 impl->mmslots = 0; 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()