Searched refs:contig_type (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/ocfs2/ |
H A D | alloc.c | 3776 * 'contig_type' is relative to the existing record, in ocfs2_try_to_merge_extent() 4457 enum ocfs2_contig_type contig_type; in ocfs2_figure_merge_contig_type() local 4459 contig_type = ocfs2_et_extent_contig(et, rec, split_rec); in ocfs2_figure_merge_contig_type() 4461 if (contig_type == CONTIG_LEFT && ret == CONTIG_RIGHT) in ocfs2_figure_merge_contig_type() 4464 ret = contig_type; in ocfs2_figure_merge_contig_type() 4484 enum ocfs2_contig_type contig_type = CONTIG_NONE; in ocfs2_figure_contig_type() local 4489 contig_type = ocfs2_et_extent_contig(et, &el->l_recs[i], in ocfs2_figure_contig_type() 4491 if (contig_type != CONTIG_NONE) { in ocfs2_figure_contig_type() 4496 insert->ins_contig = contig_type; in ocfs2_figure_contig_type()
|
/kernel/linux/linux-6.6/fs/ocfs2/ |
H A D | alloc.c | 3774 * 'contig_type' is relative to the existing record, in ocfs2_try_to_merge_extent() 4455 enum ocfs2_contig_type contig_type; in ocfs2_figure_merge_contig_type() local 4457 contig_type = ocfs2_et_extent_contig(et, rec, split_rec); in ocfs2_figure_merge_contig_type() 4459 if (contig_type == CONTIG_LEFT && ret == CONTIG_RIGHT) in ocfs2_figure_merge_contig_type() 4462 ret = contig_type; in ocfs2_figure_merge_contig_type() 4482 enum ocfs2_contig_type contig_type = CONTIG_NONE; in ocfs2_figure_contig_type() local 4487 contig_type = ocfs2_et_extent_contig(et, &el->l_recs[i], in ocfs2_figure_contig_type() 4489 if (contig_type != CONTIG_NONE) { in ocfs2_figure_contig_type() 4494 insert->ins_contig = contig_type; in ocfs2_figure_contig_type()
|
Completed in 17 milliseconds