Home
last modified time | relevance | path

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

/third_party/iowow/src/fs/
Diwfsmfile.h87 typedef uint8_t iwfs_fsm_aflags; typedef
90 #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)
218 iwfs_fsm_aflags opts);
237 iwfs_fsm_aflags opts);
Diwfsmfile.c246 iwfs_fsm_aflags opts) { in _fsm_find_matching_fblock_lw()
434 const iwfs_fsm_aflags opts) { in _fsm_blk_allocate_aligned_lw()
1080 iwfs_fsm_aflags opts) { in _fsm_blk_allocate_lw()
1604 static iwrc _fsm_allocate(struct IWFS_FSM *f, off_t len, off_t *oaddr, off_t *olen, iwfs_fsm_aflags in _fsm_allocate()
1632 … _fsm_reallocate(struct IWFS_FSM *f, off_t nlen, off_t *oaddr, off_t *olen, iwfs_fsm_aflags opts) { in _fsm_reallocate()
/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/
DChangelog503 * Added IWFSM_SYNC_BMAP option to iwfs_fsm_aflags