Lines Matching refs:dup_cluster
67 struct dup_cluster { struct
125 struct dup_cluster *db; in add_dupe()
132 db = (struct dup_cluster *) dnode_get(n); in add_dupe()
134 db = (struct dup_cluster *) e2fsck_allocate_memory(ctx, in add_dupe()
135 sizeof(struct dup_cluster), "duplicate cluster header"); in add_dupe()
196 struct dup_cluster *dc; in cluster_dnode_free()
199 dc = (struct dup_cluster *) dnode_get(node); in cluster_dnode_free()
501 struct dup_cluster *q; in pass1d()
542 q = (struct dup_cluster *) dnode_get(m); in pass1d()
631 struct dup_cluster *p) in decrement_badcount()
650 struct dup_cluster *p; in delete_file_block()
667 p = (struct dup_cluster *) dnode_get(n); in delete_file_block()
759 blk64_t dup_cluster; member
766 struct dup_cluster *save_dup_cluster;
796 struct dup_cluster *p = NULL; in clone_file_block()
819 if (c == cs->dup_cluster && cs->alloc_block) { in clone_file_block()
834 p = (struct dup_cluster *) dnode_get(n); in clone_file_block()
836 cs->dup_cluster = c; in clone_file_block()
924 struct dup_cluster *dc; in clone_file()
930 cs.dup_cluster = ~0; in clone_file()
988 dc = (struct dup_cluster *) dnode_get(n); in clone_file()