rec_start         773 fs/ocfs2/alloc.c 	u32 rec_end, rec_start, clusters;
rec_start         778 fs/ocfs2/alloc.c 		rec_start = le32_to_cpu(rec->e_cpos);
rec_start         781 fs/ocfs2/alloc.c 		rec_end = rec_start + clusters;
rec_start         783 fs/ocfs2/alloc.c 		if (v_cluster >= rec_start && v_cluster < rec_end) {