efd_start_cluster 2823 fs/ext4/mballoc.c 	mb_free_blocks(NULL, &e4b, entry->efd_start_cluster, entry->efd_count);
efd_start_cluster 2877 fs/ext4/mballoc.c 						 entry->efd_start_cluster,
efd_start_cluster 2884 fs/ext4/mballoc.c 					 entry->efd_start_cluster,
efd_start_cluster 3525 fs/ext4/mballoc.c 		ext4_set_bits(bitmap, entry->efd_start_cluster, entry->efd_count);
efd_start_cluster 4629 fs/ext4/mballoc.c 	if (entry->efd_start_cluster + entry->efd_count ==
efd_start_cluster 4630 fs/ext4/mballoc.c 	    new_entry->efd_start_cluster) {
efd_start_cluster 4631 fs/ext4/mballoc.c 		new_entry->efd_start_cluster = entry->efd_start_cluster;
efd_start_cluster 4633 fs/ext4/mballoc.c 	} else if (new_entry->efd_start_cluster + new_entry->efd_count ==
efd_start_cluster 4634 fs/ext4/mballoc.c 		   entry->efd_start_cluster) {
efd_start_cluster 4664 fs/ext4/mballoc.c 	cluster = new_entry->efd_start_cluster;
efd_start_cluster 4678 fs/ext4/mballoc.c 		if (cluster < entry->efd_start_cluster)
efd_start_cluster 4680 fs/ext4/mballoc.c 		else if (cluster >= (entry->efd_start_cluster + entry->efd_count))
efd_start_cluster 4900 fs/ext4/mballoc.c 		new_entry->efd_start_cluster = bit;
efd_start_cluster   92 fs/ext4/mballoc.h 	ext4_grpblk_t			efd_start_cluster;