Searched refs:mmap_all (Results 1 – 5 of 5) sorted by relevance
/third_party/iowow/src/fs/tests/ |
D | iwfs_test2.c | 264 void test_fsm_uniform_alloc_impl(int mmap_all); 274 void test_fsm_uniform_alloc_impl(int mmap_all) { in test_fsm_uniform_alloc_impl() argument 289 .mmap_all = mmap_all in test_fsm_uniform_alloc_impl() 538 void test_block_allocation_impl(int mmap_all, int nthreads, int numrec, int avgrecsz, int blkpow, c… in test_block_allocation_impl() argument 549 .mmap_all = mmap_all in test_block_allocation_impl() 588 void test_block_allocation1_impl(int mmap_all); 596 void test_block_allocation1_impl(int mmap_all) { in test_block_allocation1_impl() argument 610 .mmap_all = mmap_all in test_block_allocation1_impl() 729 void test_block_allocation2_impl(int mmap_all); 737 void test_block_allocation2_impl(int mmap_all) { in test_block_allocation2_impl() argument [all …]
|
D | iwfs_test3.c | 90 void test_stress(char *path, int bpow, bool mmap_all) { in test_stress() argument 102 .mmap_all = mmap_all in test_stress()
|
/third_party/iowow/src/fs/ |
D | iwfsmfile.c | 102 bool mmap_all; /**< Mmap all file data */ member 139 iwrc rc = impl->pool.probe_mmap(&impl->pool, impl->mmap_all ? 0 : impl->bmoff, &mm, &sp); in _fsm_bmptr() 141 if (impl->mmap_all) { in _fsm_bmptr() 299 if (impl->mmap_all) { in _fsm_set_bit_status_lw() 931 if (impl->mmap_all) { in _fsm_init_lw() 954 if (impl->mmap_all) { in _fsm_init_lw() 1015 if (!impl->mmap_all) { in _fsm_init_lw() 1055 if (!impl->mmap_all) { in _fsm_resize_fsm_bitmap_lw() 1060 if (rc && !impl->mmap_all) { in _fsm_resize_fsm_bitmap_lw() 1231 impl->mmap_all = opts->mmap_all; in _fsm_init_impl() [all …]
|
D | iwfsmfile.h | 165 bool mmap_all; /**< Mmap all file data */ member
|
/third_party/iowow/src/kv/ |
D | iwkv.c | 3521 .mmap_all = true in iwkv_open()
|