get_blocks_flags 2449 fs/ext4/inode.c 	int get_blocks_flags;
get_blocks_flags 2468 fs/ext4/inode.c 	get_blocks_flags = EXT4_GET_BLOCKS_CREATE |
get_blocks_flags 2473 fs/ext4/inode.c 		get_blocks_flags |= EXT4_GET_BLOCKS_IO_CREATE_EXT;
get_blocks_flags 2475 fs/ext4/inode.c 		get_blocks_flags |= EXT4_GET_BLOCKS_DELALLOC_RESERVE;
get_blocks_flags 2477 fs/ext4/inode.c 	err = ext4_map_blocks(handle, inode, map, get_blocks_flags);