Lines Matching defs:split_rec
1810 * split_rec is the new refcount rec we want to insert.
1811 * If split_rec->r_refcount > 0, we are changing the refcount(in case we
1813 * If split_rec->r_refcount == 0, we are punching a hole in current refcount
1820 struct ocfs2_refcount_rec *split_rec,
1839 le64_to_cpu(split_rec->r_cpos),
1840 le32_to_cpu(split_rec->r_clusters),
1841 le32_to_cpu(split_rec->r_refcount));
1848 if (!split_rec->r_refcount &&
1849 (split_rec->r_cpos == orig_rec->r_cpos ||
1850 le64_to_cpu(split_rec->r_cpos) +
1851 le32_to_cpu(split_rec->r_clusters) ==
1861 if (split_rec->r_refcount &&
1862 (split_rec->r_cpos != orig_rec->r_cpos &&
1863 le64_to_cpu(split_rec->r_cpos) +
1864 le32_to_cpu(split_rec->r_clusters) !=
1919 (le64_to_cpu(split_rec->r_cpos) +
1920 le32_to_cpu(split_rec->r_clusters));
1939 * Note: We have the chance that split_rec.r_refcount = 0,
1944 if (split_rec->r_cpos != orig_rec->r_cpos && tail_rec != orig_rec) {
1945 len = le64_to_cpu(split_rec->r_cpos) -
1953 if (split_rec->r_refcount) {
1954 rf_list->rl_recs[index] = *split_rec;
1957 (unsigned long long)le64_to_cpu(split_rec->r_cpos),
1958 le32_to_cpu(split_rec->r_clusters),
1959 le32_to_cpu(split_rec->r_refcount));