Home
last modified time | relevance | path

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

/Linux-v5.15/fs/ext4/
Dmballoc.c2658 if (unlikely(ac->ac_flags & EXT4_MB_HINT_GOAL_ONLY)) in ext4_mb_regular_allocator()
4009 if (unlikely(ac->ac_flags & EXT4_MB_HINT_GOAL_ONLY)) in ext4_mb_normalize_request()
5154 if (unlikely(ac->ac_flags & EXT4_MB_HINT_GOAL_ONLY)) in ext4_mb_group_or_file()
Dext4.h152 #define EXT4_MB_HINT_GOAL_ONLY 0x0100 macro
/Linux-v5.15/include/trace/events/
Dext4.h33 { EXT4_MB_HINT_GOAL_ONLY, "HINT_GOAL_ONLY" }, \