EXT4_MB_DELALLOC_RESERVED  672 fs/ext4/balloc.c 	if (!(*errp) && (flags & EXT4_MB_DELALLOC_RESERVED)) {
EXT4_MB_DELALLOC_RESERVED 1969 fs/ext4/extents.c 		mb_flags |= EXT4_MB_DELALLOC_RESERVED;
EXT4_MB_DELALLOC_RESERVED 4464 fs/ext4/extents.c 		ar.flags |= EXT4_MB_DELALLOC_RESERVED;
EXT4_MB_DELALLOC_RESERVED  337 fs/ext4/indirect.c 					ar->flags & EXT4_MB_DELALLOC_RESERVED,
EXT4_MB_DELALLOC_RESERVED  594 fs/ext4/indirect.c 		ar.flags |= EXT4_MB_DELALLOC_RESERVED;
EXT4_MB_DELALLOC_RESERVED 3034 fs/ext4/mballoc.c 	if (!(ac->ac_flags & EXT4_MB_DELALLOC_RESERVED))
EXT4_MB_DELALLOC_RESERVED 4505 fs/ext4/mballoc.c 	if ((ar->flags & EXT4_MB_DELALLOC_RESERVED) == 0) {
EXT4_MB_DELALLOC_RESERVED 4605 fs/ext4/mballoc.c 		if ((ar->flags & EXT4_MB_DELALLOC_RESERVED) == 0)
EXT4_MB_DELALLOC_RESERVED   35 include/trace/events/ext4.h 	{ EXT4_MB_DELALLOC_RESERVED,	"DELALLOC_RESV" },	\