Home
last modified time | relevance | path

Searched refs:EXT4_MB_STREAM_ALLOC (Results 1 – 2 of 2) sorted by relevance

/fs/ext4/
Dmballoc.c1656 if (ac->ac_flags & EXT4_MB_STREAM_ALLOC) { in ext4_mb_use_best_found()
2128 if (ac->ac_flags & EXT4_MB_STREAM_ALLOC) { in ext4_mb_regular_allocator()
4126 ac->ac_flags |= EXT4_MB_STREAM_ALLOC; in ext4_mb_group_or_file()
4133 ac->ac_flags |= EXT4_MB_STREAM_ALLOC; in ext4_mb_group_or_file()
Dext4.h123 #define EXT4_MB_STREAM_ALLOC 0x0800 macro