Searched refs:EXF_NOCOALESCE (Results 1 – 2 of 2) sorted by relevance
236 ex->ex_flags |= EXF_NOCOALESCE; in extent_create()308 if (((ex->ex_flags & EXF_NOCOALESCE) == 0) && in extent_insert_and_optimize()332 if (ex->ex_flags & EXF_NOCOALESCE) in extent_insert_and_optimize()584 if ((ex->ex_flags & EXF_NOCOALESCE) == 0) in extent_alloc_region_with_descr()975 if ((ex->ex_flags & EXF_NOCOALESCE) == 0) in extent_alloc_subregion_with_descr()1022 if ((exflags & EXF_NOCOALESCE) == 0) { in extent_free()1080 if (ex->ex_flags & EXF_NOCOALESCE) in extent_free()
71 #define EXF_NOCOALESCE 0x02 /* coalescing of regions not allowed */ macro