Home
last modified time | relevance | path

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

/linux/fs/ext4/
H A Dmballoc.c2270 if (ac->ac_flags & EXT4_MB_STREAM_ALLOC) { in ext4_mb_use_best_found()
3040 if (ac->ac_flags & EXT4_MB_STREAM_ALLOC) { in ext4_mb_regular_allocator()
3102 if (ac->ac_flags & EXT4_MB_STREAM_ALLOC && in ext4_mb_regular_allocator()
5867 ac->ac_flags |= EXT4_MB_STREAM_ALLOC; in ext4_mb_group_or_file()
H A Dext4.h203 #define EXT4_MB_STREAM_ALLOC 0x0800 macro
/linux/include/trace/events/
H A Dext4.h33 { EXT4_MB_STREAM_ALLOC, "STREAM_ALLOC" }, \