Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/ext4/
H A Dmballoc.c1724 if (ac->ac_flags & EXT4_MB_STREAM_ALLOC) { in ext4_mb_use_best_found()
2352 if (ac->ac_flags & EXT4_MB_STREAM_ALLOC) { in ext4_mb_regular_allocator()
4608 ac->ac_flags |= EXT4_MB_STREAM_ALLOC; in ext4_mb_group_or_file()
4615 ac->ac_flags |= EXT4_MB_STREAM_ALLOC; in ext4_mb_group_or_file()
H A Dext4.h148 #define EXT4_MB_STREAM_ALLOC 0x0800 macro
/OK3568_Linux_fs/kernel/include/trace/events/
H A Dext4.h36 { EXT4_MB_STREAM_ALLOC, "STREAM_ALLOC" }, \