Home
last modified time | relevance | path

Searched refs:EXT4_MB_DELALLOC_RESERVED (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/fs/ext4/
Dindirect.c337 ar->flags & EXT4_MB_DELALLOC_RESERVED, in ext4_alloc_branch()
578 ar.flags |= EXT4_MB_DELALLOC_RESERVED; in ext4_ind_map_blocks()
Dballoc.c642 if (!(*errp) && (flags & EXT4_MB_DELALLOC_RESERVED)) { in ext4_new_meta_blocks()
Dmballoc.c2958 if (!(ac->ac_flags & EXT4_MB_DELALLOC_RESERVED)) in ext4_mb_mark_diskspace_used()
4415 if ((ar->flags & EXT4_MB_DELALLOC_RESERVED) == 0) { in ext4_mb_new_blocks()
4526 if ((ar->flags & EXT4_MB_DELALLOC_RESERVED) == 0) in ext4_mb_new_blocks()
Dextents.c1937 mb_flags |= EXT4_MB_DELALLOC_RESERVED; in ext4_ext_insert_extent()
4458 ar.flags |= EXT4_MB_DELALLOC_RESERVED; in ext4_ext_map_blocks()
Dext4.h121 #define EXT4_MB_DELALLOC_RESERVED 0x0400 macro
/linux-4.1.27/include/trace/events/
Dext4.h32 { EXT4_MB_DELALLOC_RESERVED, "DELALLOC_RESV" }, \