contig_type      4458 fs/ocfs2/alloc.c 		enum ocfs2_contig_type contig_type;
contig_type      4460 fs/ocfs2/alloc.c 		contig_type = ocfs2_et_extent_contig(et, rec, split_rec);
contig_type      4462 fs/ocfs2/alloc.c 		if (contig_type == CONTIG_LEFT && ret == CONTIG_RIGHT)
contig_type      4465 fs/ocfs2/alloc.c 			ret = contig_type;
contig_type      4485 fs/ocfs2/alloc.c 	enum ocfs2_contig_type contig_type = CONTIG_NONE;
contig_type      4490 fs/ocfs2/alloc.c 		contig_type = ocfs2_et_extent_contig(et, &el->l_recs[i],
contig_type      4492 fs/ocfs2/alloc.c 		if (contig_type != CONTIG_NONE) {
contig_type      4497 fs/ocfs2/alloc.c 	insert->ins_contig = contig_type;