Home
last modified time | relevance | path

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

/third_party/iowow/src/fs/
Diwfsmfile.h104 #define IWFSM_ALLOC_NO_STATS ((iwfs_fsm_aflags) 0x08U) macro
Diwfsmfile.c1055 IWFSM_ALLOC_NO_STATS | IWFSM_ALLOC_NO_EXTEND | IWFSM_ALLOC_NO_OVERALLOCATE); in _fsm_resize_fsm_bitmap_lw()
1156 if (!rc && !(opts & IWFSM_ALLOC_NO_STATS)) { in _fsm_blk_allocate_lw()
1201 IWFSM_ALLOC_NO_EXTEND | IWFSM_ALLOC_NO_OVERALLOCATE | IWFSM_ALLOC_NO_STATS); in _fsm_trim_tail_lw()
/third_party/iowow/src/kv/
Diwkv_internal.h48 …_FSM_ALLOC_FLAGS (IWFSM_ALLOC_NO_OVERALLOCATE | IWFSM_SOLID_ALLOCATED_SPACE | IWFSM_ALLOC_NO_STATS)