Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/ext4/
Dmballoc.c3464 if (ac->ac_flags & EXT4_MB_HINT_GROUP_ALLOC) { in ext4_mb_normalize_request()
3833 if (!(ac->ac_flags & EXT4_MB_HINT_GROUP_ALLOC)) in ext4_mb_use_preallocated()
4174 if (ac->ac_flags & EXT4_MB_HINT_GROUP_ALLOC) in ext4_mb_new_preallocation()
4628 ac->ac_flags |= EXT4_MB_HINT_GROUP_ALLOC; in ext4_mb_group_or_file()
4887 if (ac->ac_flags & EXT4_MB_HINT_GROUP_ALLOC) in ext4_mb_release_context()
Dext4.h140 #define EXT4_MB_HINT_GROUP_ALLOC 0x0080 macro
/kernel/linux/linux-5.10/include/trace/events/
Dext4.h32 { EXT4_MB_HINT_GROUP_ALLOC, "HINT_GRP_ALLOC" }, \