Home
last modified time | relevance | path

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

/Linux-v4.19/fs/ext4/
Dmballoc.c1667 if (ac->ac_flags & EXT4_MB_STREAM_ALLOC) { in ext4_mb_use_best_found()
2149 if (ac->ac_flags & EXT4_MB_STREAM_ALLOC) { in ext4_mb_regular_allocator()
4187 ac->ac_flags |= EXT4_MB_STREAM_ALLOC; in ext4_mb_group_or_file()
4194 ac->ac_flags |= EXT4_MB_STREAM_ALLOC; in ext4_mb_group_or_file()
Dext4.h149 #define EXT4_MB_STREAM_ALLOC 0x0800 macro
/Linux-v4.19/include/trace/events/
Dext4.h35 { EXT4_MB_STREAM_ALLOC, "STREAM_ALLOC" }, \