Home
last modified time | relevance | path

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

/third_party/iowow/src/fs/
Diwexfile.h85 typedef uint8_t iwfs_ext_mmap_opts_t; typedef
87 #define IWFS_MMAP_SHARED ((iwfs_ext_mmap_opts_t) 0x00U)
89 #define IWFS_MMAP_PRIVATE ((iwfs_ext_mmap_opts_t) 0x01U)
91 #define IWFS_MMAP_RANDOM ((iwfs_ext_mmap_opts_t) 0x02U)
219 iwrc (*add_mmap)(struct IWFS_EXT *f, off_t off, size_t len, iwfs_ext_mmap_opts_t opts);
221 iwrc (*add_mmap_unsafe)(struct IWFS_EXT *f, off_t off, size_t len, iwfs_ext_mmap_opts_t opts);
Diwfsmfile.h165 iwfs_ext_mmap_opts_t mmap_opts; /**< Defaul mmap options used in `add_mmap` */
299 iwrc (*add_mmap)(struct IWFS_FSM *f, off_t off, size_t maxlen, iwfs_ext_mmap_opts_t opts);
Diwexfile.c60 iwfs_ext_mmap_opts_t mmopts;
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()
Diwfsmfile.c106 iwfs_ext_mmap_opts_t mmap_opts; /**< Defaul mmap options used in `add_mmap` */
1570 static iwrc _fsm_add_mmap(struct IWFS_FSM *f, off_t off, size_t maxlen, iwfs_ext_mmap_opts_t opts) { in _fsm_add_mmap()