i_last_alloc_group 1045 fs/ext4/ext4.h 	ext4_group_t	i_last_alloc_group;
i_last_alloc_group  514 fs/ext4/ialloc.c 	if (EXT4_I(parent)->i_last_alloc_group != ~0) {
i_last_alloc_group  515 fs/ext4/ialloc.c 		parent_group = EXT4_I(parent)->i_last_alloc_group;
i_last_alloc_group  591 fs/ext4/ialloc.c 		if (!retry && EXT4_I(parent)->i_last_alloc_group != ~0) {
i_last_alloc_group  593 fs/ext4/ialloc.c 			parent_group = EXT4_I(parent)->i_last_alloc_group;
i_last_alloc_group  874 fs/ext4/ialloc.c 	EXT4_I(dir)->i_last_alloc_group = group;
i_last_alloc_group 1102 fs/ext4/ialloc.c 	ei->i_last_alloc_group = ~0;
i_last_alloc_group 4993 fs/ext4/inode.c 	ei->i_last_alloc_group = ~0;