Searched refs:add_mmap (Results 1 – 6 of 6) sorted by relevance
/third_party/iowow/src/fs/tests/ |
D | iwfs_test1.c | 231 rc = ef.add_mmap(&ef, 2 * psize, psize, 0); in test_mmap1() 234 rc = ef.add_mmap(&ef, psize, psize, 0); in test_mmap1() 237 rc = ef.add_mmap(&ef, 0, psize, 0); in test_mmap1() 240 rc = ef.add_mmap(&ef, psize, 2 * psize, 0); in test_mmap1() 244 rc = ef.add_mmap(&ef, 3 * psize, UINT64_MAX, 0); in test_mmap1() 247 rc = ef.add_mmap(&ef, 3 * psize, UINT32_MAX >> 1, 0); in test_mmap1()
|
/third_party/iowow/src/fs/ |
D | iwfsmfile.c | 1056 rc = pool->add_mmap(pool, bmoffset, bmlen, impl->mmap_opts); in _fsm_resize_fsm_bitmap_lw() 1200 impl->pool.add_mmap(&impl->pool, offset, length, impl->mmap_opts); in _fsm_trim_tail_lw() 1381 rc = pool->add_mmap(pool, 0, SIZE_T_MAX, impl->mmap_opts); in _fsm_init_new_lw() 1385 rc = pool->add_mmap(pool, 0, impl->hdrlen, impl->mmap_opts); in _fsm_init_new_lw() 1388 rc = pool->add_mmap(pool, bmoff, bmlen, impl->mmap_opts); in _fsm_init_new_lw() 1406 rc = pool->add_mmap(pool, 0, SIZE_T_MAX, impl->mmap_opts); in _fsm_init_existing_lw() 1418 rc = pool->add_mmap(pool, 0, impl->hdrlen, impl->mmap_opts); in _fsm_init_existing_lw() 1421 rc = pool->add_mmap(pool, impl->bmoff, impl->bmlen, impl->mmap_opts); in _fsm_init_existing_lw() 1573 return f->impl->pool.add_mmap(&f->impl->pool, off, maxlen, opts); in _fsm_add_mmap() 1777 IWRC(impl->pool.add_mmap(&impl->pool, bmoff, bmlen, impl->mmap_opts), rc); in _fsm_clear() [all …]
|
D | iwexfile.h | 214 iwrc(*add_mmap)(struct IWFS_EXT *f, off_t off, size_t len, iwfs_ext_mmap_opts_t opts); member
|
D | iwfsmfile.h | 296 iwrc(*add_mmap)(struct IWFS_FSM *f, off_t off, size_t maxlen, iwfs_ext_mmap_opts_t opts); member
|
D | iwexfile.c | 822 f->add_mmap = _exfile_add_mmap; in iwfs_exfile_open()
|
/third_party/ejdb/src/jbi/ |
D | jbi_sorter_consumer.c | 168 rc = ssc->sof.add_mmap(&ssc->sof, 0, SIZE_T_MAX, 0); in _jbi_scan_sorter_init()
|