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

/linux-4.1.27/fs/ocfs2/
H A Dalloc.c58 CONTIG_NONE = 0, enumerator in enum:ocfs2_contig_type
425 return CONTIG_NONE; ocfs2_refcount_tree_extent_contig()
837 return CONTIG_NONE; ocfs2_extent_rec_contig()
848 return CONTIG_NONE; ocfs2_extent_rec_contig()
3665 BUG_ON(ctxt->c_contig_type == CONTIG_NONE); ocfs2_try_to_merge_extent()
3847 if (insert->ins_contig != CONTIG_NONE) { ocfs2_insert_at_leaf()
4241 type->ins_contig == CONTIG_NONE) { ocfs2_do_insert_extent()
4321 enum ocfs2_contig_type ret = CONTIG_NONE; ocfs2_figure_merge_contig_type()
4427 else if (ret == CONTIG_NONE) ocfs2_figure_merge_contig_type()
4445 enum ocfs2_contig_type contig_type = CONTIG_NONE; ocfs2_figure_contig_type()
4452 if (contig_type != CONTIG_NONE) { ocfs2_figure_contig_type()
4459 if (insert->ins_contig != CONTIG_NONE) { ocfs2_figure_contig_type()
4471 insert->ins_contig = CONTIG_NONE; ocfs2_figure_contig_type()
4626 insert->ins_contig = CONTIG_NONE; ocfs2_figure_insert_type()
4702 if (insert.ins_contig == CONTIG_NONE && free_records == 0) { ocfs2_insert_extent()
4909 insert.ins_contig = CONTIG_NONE; ocfs2_split_and_insert()
5079 if (ctxt.c_contig_type == CONTIG_NONE) { ocfs2_split_extent()
5296 insert.ins_contig = CONTIG_NONE; ocfs2_split_tree()

Completed in 153 milliseconds