Home
last modified time | relevance | path

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

/linux-4.4.14/fs/ext4/
Dindirect.c338 ar->flags & EXT4_MB_DELALLOC_RESERVED, in ext4_alloc_branch()
578 ar.flags |= EXT4_MB_DELALLOC_RESERVED; in ext4_ind_map_blocks()
Dballoc.c649 if (!(*errp) && (flags & EXT4_MB_DELALLOC_RESERVED)) { in ext4_new_meta_blocks()
Dmballoc.c2976 if (!(ac->ac_flags & EXT4_MB_DELALLOC_RESERVED)) in ext4_mb_mark_diskspace_used()
4436 if ((ar->flags & EXT4_MB_DELALLOC_RESERVED) == 0) { in ext4_mb_new_blocks()
4547 if ((ar->flags & EXT4_MB_DELALLOC_RESERVED) == 0) in ext4_mb_new_blocks()
Dextents.c1939 mb_flags |= EXT4_MB_DELALLOC_RESERVED; in ext4_ext_insert_extent()
4463 ar.flags |= EXT4_MB_DELALLOC_RESERVED; in ext4_ext_map_blocks()
Dext4.h118 #define EXT4_MB_DELALLOC_RESERVED 0x0400 macro
/linux-4.4.14/include/trace/events/
Dext4.h32 { EXT4_MB_DELALLOC_RESERVED, "DELALLOC_RESV" }, \