Searched refs:contig_type (Results 1 - 1 of 1) sorted by relevance

/linux-master/fs/ocfs2/
H A Dalloc.c3781 * 'contig_type' is relative to the existing record,
4462 enum ocfs2_contig_type contig_type; local
4464 contig_type = ocfs2_et_extent_contig(et, rec, split_rec);
4466 if (contig_type == CONTIG_LEFT && ret == CONTIG_RIGHT)
4469 ret = contig_type;
4489 enum ocfs2_contig_type contig_type = CONTIG_NONE; local
4494 contig_type = ocfs2_et_extent_contig(et, &el->l_recs[i],
4496 if (contig_type != CONTIG_NONE) {
4501 insert->ins_contig = contig_type;

Completed in 106 milliseconds