Searched refs:iwfs_fsm_aflags (Results 1 – 4 of 4) sorted by relevance
87 typedef uint8_t iwfs_fsm_aflags; typedef90 #define IWFSM_ALLOC_DEFAULTS ((iwfs_fsm_aflags) 0x00U)93 #define IWFSM_ALLOC_NO_OVERALLOCATE ((iwfs_fsm_aflags) 0x01U)98 #define IWFSM_ALLOC_NO_EXTEND ((iwfs_fsm_aflags) 0x02U)101 #define IWFSM_ALLOC_PAGE_ALIGNED ((iwfs_fsm_aflags) 0x04U)104 #define IWFSM_ALLOC_NO_STATS ((iwfs_fsm_aflags) 0x08U)107 #define IWFSM_SOLID_ALLOCATED_SPACE ((iwfs_fsm_aflags) 0x10U)110 #define IWFSM_SYNC_BMAP ((iwfs_fsm_aflags) 0x20U)220 iwfs_fsm_aflags opts);240 iwfs_fsm_aflags opts);
234 iwfs_fsm_aflags opts in _fsm_find_matching_fblock_lw()432 const iwfs_fsm_aflags opts in _fsm_blk_allocate_aligned_lw()1089 iwfs_fsm_aflags opts in _fsm_blk_allocate_lw()1603 static iwrc _fsm_allocate(struct IWFS_FSM *f, off_t len, off_t *oaddr, off_t *olen, iwfs_fsm_aflags… in _fsm_allocate()1631 … _fsm_reallocate(struct IWFS_FSM *f, off_t nlen, off_t *oaddr, off_t *olen, iwfs_fsm_aflags opts) { in _fsm_reallocate()
113 iwfs_fsm_aflags aflags = IWFSM_SOLID_ALLOCATED_SPACE | IWFSM_ALLOC_NO_OVERALLOCATE; in test_stress()
610 * Added IWFSM_SYNC_BMAP option to iwfs_fsm_aflags