Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ext4/
Dindirect.c346 ar->flags & EXT4_MB_DELALLOC_RESERVED, in ext4_alloc_branch()
607 ar.flags |= EXT4_MB_DELALLOC_RESERVED; in ext4_ind_map_blocks()
Dballoc.c697 if (!(*errp) && (flags & EXT4_MB_DELALLOC_RESERVED)) { in ext4_new_meta_blocks()
Dmballoc.c3041 if (!(ac->ac_flags & EXT4_MB_DELALLOC_RESERVED)) in ext4_mb_mark_diskspace_used()
4543 if ((ar->flags & EXT4_MB_DELALLOC_RESERVED) == 0) { in ext4_mb_new_blocks()
4643 if ((ar->flags & EXT4_MB_DELALLOC_RESERVED) == 0) in ext4_mb_new_blocks()
Dextents.c1975 mb_flags |= EXT4_MB_DELALLOC_RESERVED; in ext4_ext_insert_extent()
4497 ar.flags |= EXT4_MB_DELALLOC_RESERVED; in ext4_ext_map_blocks()
Dext4.h147 #define EXT4_MB_DELALLOC_RESERVED 0x0400 macro
/linux-4.19.296/include/trace/events/
Dext4.h34 { EXT4_MB_DELALLOC_RESERVED, "DELALLOC_RESV" }, \