Home | History | Annotate | Download | only in e2fsck

Lines Matching defs:cluster

57 	blk64_t	cluster;
93 static int check_if_fs_cluster(e2fsck_t ctx, blk64_t cluster);
119 static void add_dupe(e2fsck_t ctx, ext2_ino_t ino, blk64_t cluster,
128 n = dict_lookup(&clstr_dict, INT_TO_VOIDPTR(cluster));
133 sizeof(struct dup_cluster), "duplicate cluster header");
136 dict_alloc_insert(&clstr_dict, INT_TO_VOIDPTR(cluster), db);
163 sizeof(struct cluster_el), "cluster element");
164 cluster_el->cluster = cluster;
189 * Free a duplicate cluster record
488 INT_TO_VOIDPTR(s->cluster));
494 if (check_if_fs_cluster(ctx, s->cluster)) {
914 * This routine returns 1 if a cluster overlaps with one of the superblocks,
917 static int check_if_fs_cluster(e2fsck_t ctx, blk64_t cluster)
928 if (cluster >= EXT2FS_B2C(fs, first_block) &&
929 (cluster <= EXT2FS_B2C(fs, first_block +
936 (cluster >= EXT2FS_B2C(fs,
938 (cluster <= EXT2FS_B2C(fs,
944 if ((cluster == EXT2FS_B2C(fs,
946 (cluster == EXT2FS_B2C(fs,