Home
last modified time | relevance | path

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

/linux/fs/ext4/
H A Dmballoc.c2341 if (!(ac->ac_flags & (EXT4_MB_HINT_TRY_GOAL | EXT4_MB_HINT_GOAL_ONLY))) in ext4_mb_find_by_goal()
2822 if (unlikely(ac->ac_flags & EXT4_MB_HINT_GOAL_ONLY)) in ext4_mb_regular_allocator()
4437 if (unlikely(ac->ac_flags & EXT4_MB_HINT_GOAL_ONLY)) in ext4_mb_normalize_request()
4760 if (likely(!(ac->ac_flags & EXT4_MB_HINT_GOAL_ONLY))) in ext4_mb_pa_goal_check()
5749 if (unlikely(ac->ac_flags & EXT4_MB_HINT_GOAL_ONLY)) in ext4_mb_group_or_file()
H A Dext4.h203 #define EXT4_MB_HINT_GOAL_ONLY 0x0100 macro
/linux/include/trace/events/
H A Dext4.h33 { EXT4_MB_HINT_GOAL_ONLY, "HINT_GOAL_ONLY" }, \