Home
last modified time | relevance | path

Searched refs:EXT4_MB_USE_RESERVED (Results 1 – 5 of 5) sorted by relevance

/linux-4.19.296/fs/ext4/
Dballoc.c620 if (flags & EXT4_MB_USE_RESERVED) { in ext4_has_free_clusters()
Dindirect.c609 ar.flags |= EXT4_MB_USE_RESERVED; in ext4_ind_map_blocks()
Dextents.c2097 mb_flags |= EXT4_MB_USE_RESERVED; in ext4_ext_insert_extent()
4499 ar.flags |= EXT4_MB_USE_RESERVED; in ext4_ext_map_blocks()
Dext4.h153 #define EXT4_MB_USE_RESERVED 0x2000 macro
/linux-4.19.296/include/trace/events/
Dext4.h37 { EXT4_MB_USE_RESERVED, "USE_RESV" })