Searched refs:rec_end (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/ocfs2/ |
H A D | refcounttree.c | 2642 unsigned int want_clusters, rec_end = 0; in ocfs2_refcount_cal_cow_clusters() local 2695 (*cow_len && rec_end != le32_to_cpu(rec->e_cpos)) || in ocfs2_refcount_cal_cow_clusters() 2700 rec_end = le32_to_cpu(rec->e_cpos) + leaf_clusters; in ocfs2_refcount_cal_cow_clusters() 2701 if (rec_end > max_cpos) { in ocfs2_refcount_cal_cow_clusters() 2702 rec_end = max_cpos; in ocfs2_refcount_cal_cow_clusters() 2703 leaf_clusters = rec_end - le32_to_cpu(rec->e_cpos); in ocfs2_refcount_cal_cow_clusters() 2753 } else if ((rec_end - cpos) <= contig_clusters) { in ocfs2_refcount_cal_cow_clusters() 2758 *cow_start = rec_end - contig_clusters; in ocfs2_refcount_cal_cow_clusters() 2760 } else if ((rec_end - cpos) <= want_clusters) { in ocfs2_refcount_cal_cow_clusters() 2773 *cow_len = rec_end in ocfs2_refcount_cal_cow_clusters() [all...] |
H A D | alloc.c | 773 u32 rec_end, rec_start, clusters; in ocfs2_search_extent_list() local 781 rec_end = rec_start + clusters; in ocfs2_search_extent_list() 783 if (v_cluster >= rec_start && v_cluster < rec_end) { in ocfs2_search_extent_list()
|
/kernel/linux/linux-6.6/fs/ocfs2/ |
H A D | refcounttree.c | 2640 unsigned int want_clusters, rec_end = 0; in ocfs2_refcount_cal_cow_clusters() local 2693 (*cow_len && rec_end != le32_to_cpu(rec->e_cpos)) || in ocfs2_refcount_cal_cow_clusters() 2698 rec_end = le32_to_cpu(rec->e_cpos) + leaf_clusters; in ocfs2_refcount_cal_cow_clusters() 2699 if (rec_end > max_cpos) { in ocfs2_refcount_cal_cow_clusters() 2700 rec_end = max_cpos; in ocfs2_refcount_cal_cow_clusters() 2701 leaf_clusters = rec_end - le32_to_cpu(rec->e_cpos); in ocfs2_refcount_cal_cow_clusters() 2751 } else if ((rec_end - cpos) <= contig_clusters) { in ocfs2_refcount_cal_cow_clusters() 2756 *cow_start = rec_end - contig_clusters; in ocfs2_refcount_cal_cow_clusters() 2758 } else if ((rec_end - cpos) <= want_clusters) { in ocfs2_refcount_cal_cow_clusters() 2771 *cow_len = rec_end in ocfs2_refcount_cal_cow_clusters() [all...] |
H A D | alloc.c | 771 u32 rec_end, rec_start, clusters; in ocfs2_search_extent_list() local 779 rec_end = rec_start + clusters; in ocfs2_search_extent_list() 781 if (v_cluster >= rec_start && v_cluster < rec_end) { in ocfs2_search_extent_list()
|
/kernel/linux/linux-5.10/tools/lib/bpf/ |
H A D | libbpf.c | 6062 void *rec, *rec_end, *new_prog_info; in adjust_prog_btf_ext_info() local 6111 rec_end = new_prog_info + new_sz; in adjust_prog_btf_ext_info() 6112 for (; rec < rec_end; rec += ext_info->rec_size) { in adjust_prog_btf_ext_info()
|
/kernel/linux/linux-6.6/tools/lib/bpf/ |
H A D | libbpf.c | 6063 void *rec, *rec_end, *new_prog_info; in adjust_prog_btf_ext_info() local 6111 rec_end = new_prog_info + new_sz; in adjust_prog_btf_ext_info() 6112 for (; rec < rec_end; rec += ext_info->rec_size) { in adjust_prog_btf_ext_info()
|
Completed in 56 milliseconds