Home
last modified time | relevance | path

Searched refs:MMAPSLOT (Results 1 – 1 of 1) sorted by relevance

/third_party/iowow/src/fs/
Diwexfile.c39 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; argument
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()
[all …]