CLUSTER_SIZE      807 mm/rmap.c      #define CLUSTER_MASK	(~(CLUSTER_SIZE - 1))
CLUSTER_SIZE      824 mm/rmap.c      	end = address + CLUSTER_SIZE;
CLUSTER_SIZE      957 mm/rmap.c      	max_nl_size = (max_nl_size + CLUSTER_SIZE - 1) & CLUSTER_MASK;
CLUSTER_SIZE      959 mm/rmap.c      		max_nl_cursor = CLUSTER_SIZE;
CLUSTER_SIZE      970 mm/rmap.c      				cursor += CLUSTER_SIZE;
CLUSTER_SIZE      978 mm/rmap.c      		max_nl_cursor += CLUSTER_SIZE;