Lines Matching defs:split_rec
1816 * split_rec is the new refcount rec we want to insert.
1817 * If split_rec->r_refcount > 0, we are changing the refcount(in case we
1819 * If split_rec->r_refcount == 0, we are punching a hole in current refcount
1826 struct ocfs2_refcount_rec *split_rec,
1845 le64_to_cpu(split_rec->r_cpos),
1846 le32_to_cpu(split_rec->r_clusters),
1847 le32_to_cpu(split_rec->r_refcount));
1854 if (!split_rec->r_refcount &&
1855 (split_rec->r_cpos == orig_rec->r_cpos ||
1856 le64_to_cpu(split_rec->r_cpos) +
1857 le32_to_cpu(split_rec->r_clusters) ==
1867 if (split_rec->r_refcount &&
1868 (split_rec->r_cpos != orig_rec->r_cpos &&
1869 le64_to_cpu(split_rec->r_cpos) +
1870 le32_to_cpu(split_rec->r_clusters) !=
1925 (le64_to_cpu(split_rec->r_cpos) +
1926 le32_to_cpu(split_rec->r_clusters));
1945 * Note: We have the chance that split_rec.r_refcount = 0,
1950 if (split_rec->r_cpos != orig_rec->r_cpos && tail_rec != orig_rec) {
1951 len = le64_to_cpu(split_rec->r_cpos) -
1959 if (split_rec->r_refcount) {
1960 rf_list->rl_recs[index] = *split_rec;
1963 (unsigned long long)le64_to_cpu(split_rec->r_cpos),
1964 le32_to_cpu(split_rec->r_clusters),
1965 le32_to_cpu(split_rec->r_refcount));