Searched refs:IS_NODESEG (Results 1 – 2 of 2) sorted by relevance
900 if (IS_NODESEG(type)) in reset_curseg()999 if (IS_NODESEG(type) || !has_not_enough_free_secs(sbi, 0)) in get_ssr_segment()1203 if (page && IS_NODESEG(type)) in allocate_data_block()1435 if (IS_NODESEG(type)) { in read_normal_summaries()
24 #define IS_NODESEG(t) (t >= CURSEG_HOT_NODE) macro