Searched refs:rec_end (Results 1 – 3 of 3) sorted by relevance
2634 unsigned int want_clusters, rec_end = 0; in ocfs2_refcount_cal_cow_clusters() 2687 (*cow_len && rec_end != le32_to_cpu(rec->e_cpos)) || in ocfs2_refcount_cal_cow_clusters() 2692 rec_end = le32_to_cpu(rec->e_cpos) + leaf_clusters; in ocfs2_refcount_cal_cow_clusters() 2693 if (rec_end > max_cpos) { in ocfs2_refcount_cal_cow_clusters() 2694 rec_end = max_cpos; in ocfs2_refcount_cal_cow_clusters() 2695 leaf_clusters = rec_end - le32_to_cpu(rec->e_cpos); in ocfs2_refcount_cal_cow_clusters() 2745 } else if ((rec_end - cpos) <= contig_clusters) { in ocfs2_refcount_cal_cow_clusters() 2750 *cow_start = rec_end - contig_clusters; in ocfs2_refcount_cal_cow_clusters() 2752 } else if ((rec_end - cpos) <= want_clusters) { in ocfs2_refcount_cal_cow_clusters() 2765 *cow_len = rec_end in ocfs2_refcount_cal_cow_clusters() 2635 unsigned int want_clusters, rec_end = 0; ocfs2_refcount_cal_cow_clusters() local [all...]
772 u32 rec_end, rec_start, clusters; in ocfs2_search_extent_list() local 780 rec_end = rec_start + clusters; in ocfs2_search_extent_list() 782 if (v_cluster >= rec_start && v_cluster < rec_end) { in ocfs2_search_extent_list()
6530 void *rec, *rec_end, *new_prog_info; in adjust_prog_btf_ext_info() 6578 rec_end = new_prog_info + new_sz; in reloc_prog_func_and_line_info() 6579 for (; rec < rec_end; rec += ext_info->rec_size) { in reloc_prog_func_and_line_info() 6476 void *rec, *rec_end, *new_prog_info; adjust_prog_btf_ext_info() local