Searched refs:rec_end (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/fs/ocfs2/
H A Drefcounttree.c2660 unsigned int want_clusters, rec_end = 0; ocfs2_refcount_cal_cow_clusters() local
2714 (*cow_len && rec_end != le32_to_cpu(rec->e_cpos)) || ocfs2_refcount_cal_cow_clusters()
2719 rec_end = le32_to_cpu(rec->e_cpos) + leaf_clusters; ocfs2_refcount_cal_cow_clusters()
2720 if (rec_end > max_cpos) { ocfs2_refcount_cal_cow_clusters()
2721 rec_end = max_cpos; ocfs2_refcount_cal_cow_clusters()
2722 leaf_clusters = rec_end - le32_to_cpu(rec->e_cpos); ocfs2_refcount_cal_cow_clusters()
2772 } else if ((rec_end - cpos) <= contig_clusters) { ocfs2_refcount_cal_cow_clusters()
2777 *cow_start = rec_end - contig_clusters; ocfs2_refcount_cal_cow_clusters()
2779 } else if ((rec_end - cpos) <= want_clusters) { ocfs2_refcount_cal_cow_clusters()
2792 *cow_len = rec_end - *cow_start; ocfs2_refcount_cal_cow_clusters()
2808 if (*cow_start + want_clusters <= rec_end) ocfs2_refcount_cal_cow_clusters()
2811 *cow_len = rec_end - *cow_start; ocfs2_refcount_cal_cow_clusters()
H A Dalloc.c778 u32 rec_end, rec_start, clusters; ocfs2_search_extent_list() local
786 rec_end = rec_start + clusters; ocfs2_search_extent_list()
788 if (v_cluster >= rec_start && v_cluster < rec_end) { ocfs2_search_extent_list()

Completed in 132 milliseconds