Home
last modified time | relevance | path

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

/fs/ext4/
Dmballoc.c2102 if (unlikely(ac->ac_flags & EXT4_MB_HINT_GOAL_ONLY)) in ext4_mb_regular_allocator()
3027 if (unlikely(ac->ac_flags & EXT4_MB_HINT_GOAL_ONLY)) in ext4_mb_normalize_request()
4111 if (unlikely(ac->ac_flags & EXT4_MB_HINT_GOAL_ONLY)) in ext4_mb_group_or_file()
Dext4.h117 #define EXT4_MB_HINT_GOAL_ONLY 0x0100 macro