Home
last modified time | relevance | path

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

/third_party/iowow/src/fs/
Diwfsmfile.h93 #define IWFSM_ALLOC_NO_OVERALLOCATE ((iwfs_fsm_aflags) 0x01U) macro
Diwfsmfile.c1047 IWFSM_ALLOC_NO_STATS | IWFSM_ALLOC_NO_EXTEND | IWFSM_ALLOC_NO_OVERALLOCATE); in _fsm_resize_fsm_bitmap_lw()
1117 if (!(opts & IWFSM_ALLOC_NO_OVERALLOCATE) && impl->crznum) { in _fsm_blk_allocate_lw()
1189 IWFSM_ALLOC_NO_EXTEND | IWFSM_ALLOC_NO_OVERALLOCATE | IWFSM_ALLOC_NO_STATS); in _fsm_trim_tail_lw()
/third_party/iowow/src/fs/tests/
Diwfs_test3.c113 iwfs_fsm_aflags aflags = IWFSM_SOLID_ALLOCATED_SPACE | IWFSM_ALLOC_NO_OVERALLOCATE; in test_stress()
/third_party/iowow/src/kv/
Diwkv_internal.h46 #define IWKV_FSM_ALLOC_FLAGS (IWFSM_ALLOC_NO_OVERALLOCATE | IWFSM_SOLID_ALLOCATED_SPACE | IWFSM_ALL…