EXT4_GET_BLOCKS_DELALLOC_RESERVE 1968 fs/ext4/extents.c 	if (gb_flags & EXT4_GET_BLOCKS_DELALLOC_RESERVE)
EXT4_GET_BLOCKS_DELALLOC_RESERVE 4463 fs/ext4/extents.c 	if (flags & EXT4_GET_BLOCKS_DELALLOC_RESERVE)
EXT4_GET_BLOCKS_DELALLOC_RESERVE 4497 fs/ext4/extents.c 		int fb_flags = flags & EXT4_GET_BLOCKS_DELALLOC_RESERVE ?
EXT4_GET_BLOCKS_DELALLOC_RESERVE 4522 fs/ext4/extents.c 		if (flags & EXT4_GET_BLOCKS_DELALLOC_RESERVE) {
EXT4_GET_BLOCKS_DELALLOC_RESERVE  593 fs/ext4/indirect.c 	if (flags & EXT4_GET_BLOCKS_DELALLOC_RESERVE)
EXT4_GET_BLOCKS_DELALLOC_RESERVE  591 fs/ext4/inode.c 		if (!(flags & EXT4_GET_BLOCKS_DELALLOC_RESERVE) &&
EXT4_GET_BLOCKS_DELALLOC_RESERVE  669 fs/ext4/inode.c 			(flags & EXT4_GET_BLOCKS_DELALLOC_RESERVE))
EXT4_GET_BLOCKS_DELALLOC_RESERVE  713 fs/ext4/inode.c 		if (!(flags & EXT4_GET_BLOCKS_DELALLOC_RESERVE) &&
EXT4_GET_BLOCKS_DELALLOC_RESERVE 2475 fs/ext4/inode.c 		get_blocks_flags |= EXT4_GET_BLOCKS_DELALLOC_RESERVE;
EXT4_GET_BLOCKS_DELALLOC_RESERVE   43 include/trace/events/ext4.h 	{ EXT4_GET_BLOCKS_DELALLOC_RESERVE,	"DELALLOC" },		\