rec_end 773 fs/ocfs2/alloc.c u32 rec_end, rec_start, clusters; rec_end 781 fs/ocfs2/alloc.c rec_end = rec_start + clusters; rec_end 783 fs/ocfs2/alloc.c if (v_cluster >= rec_start && v_cluster < rec_end) { rec_end 2640 fs/ocfs2/refcounttree.c unsigned int want_clusters, rec_end = 0; rec_end 2693 fs/ocfs2/refcounttree.c (*cow_len && rec_end != le32_to_cpu(rec->e_cpos)) || rec_end 2698 fs/ocfs2/refcounttree.c rec_end = le32_to_cpu(rec->e_cpos) + leaf_clusters; rec_end 2699 fs/ocfs2/refcounttree.c if (rec_end > max_cpos) { rec_end 2700 fs/ocfs2/refcounttree.c rec_end = max_cpos; rec_end 2701 fs/ocfs2/refcounttree.c leaf_clusters = rec_end - le32_to_cpu(rec->e_cpos); rec_end 2751 fs/ocfs2/refcounttree.c } else if ((rec_end - cpos) <= contig_clusters) { rec_end 2756 fs/ocfs2/refcounttree.c *cow_start = rec_end - contig_clusters; rec_end 2758 fs/ocfs2/refcounttree.c } else if ((rec_end - cpos) <= want_clusters) { rec_end 2771 fs/ocfs2/refcounttree.c *cow_len = rec_end - *cow_start; rec_end 2787 fs/ocfs2/refcounttree.c if (*cow_start + want_clusters <= rec_end) rec_end 2790 fs/ocfs2/refcounttree.c *cow_len = rec_end - *cow_start;