Home
last modified time | relevance | path

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

/linux-6.1.9/fs/ext4/
Dindirect.c344 ar->flags & EXT4_MB_DELALLOC_RESERVED, in ext4_alloc_branch()
616 ar.flags |= EXT4_MB_DELALLOC_RESERVED; in ext4_ind_map_blocks()
Dballoc.c707 if (!(*errp) && (flags & EXT4_MB_DELALLOC_RESERVED)) { in ext4_new_meta_blocks()
Dmballoc.c3833 if (!(ac->ac_flags & EXT4_MB_DELALLOC_RESERVED)) in ext4_mb_mark_diskspace_used()
5550 if ((ar->flags & EXT4_MB_DELALLOC_RESERVED) == 0) { in ext4_mb_new_blocks()
5662 if ((ar->flags & EXT4_MB_DELALLOC_RESERVED) == 0) in ext4_mb_new_blocks()
Dextents.c1981 mb_flags |= EXT4_MB_DELALLOC_RESERVED; in ext4_ext_insert_extent()
4284 ar.flags |= EXT4_MB_DELALLOC_RESERVED; in ext4_ext_map_blocks()
Dext4.h157 #define EXT4_MB_DELALLOC_RESERVED 0x0400 macro
/linux-6.1.9/include/trace/events/
Dext4.h35 { EXT4_MB_DELALLOC_RESERVED, "DELALLOC_RESV" }, \