Lines Matching refs:cluster
57 blk64_t cluster; member
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, in add_dupe() argument
128 n = dict_lookup(&clstr_dict, INT_TO_VOIDPTR(cluster)); in add_dupe()
136 dict_alloc_insert(&clstr_dict, INT_TO_VOIDPTR(cluster), db); in add_dupe()
164 cluster_el->cluster = cluster; in add_dupe()
488 INT_TO_VOIDPTR(s->cluster)); in pass1d()
494 if (check_if_fs_cluster(ctx, s->cluster)) { in pass1d()
917 static int check_if_fs_cluster(e2fsck_t ctx, blk64_t cluster) in check_if_fs_cluster() argument
928 if (cluster >= EXT2FS_B2C(fs, first_block) && in check_if_fs_cluster()
929 (cluster <= EXT2FS_B2C(fs, first_block + in check_if_fs_cluster()
936 (cluster >= EXT2FS_B2C(fs, in check_if_fs_cluster()
938 (cluster <= EXT2FS_B2C(fs, in check_if_fs_cluster()
944 if ((cluster == EXT2FS_B2C(fs, in check_if_fs_cluster()
946 (cluster == EXT2FS_B2C(fs, in check_if_fs_cluster()