Lines Matching defs:split_rec
1818 * split_rec is the new refcount rec we want to insert.
1819 * If split_rec->r_refcount > 0, we are changing the refcount(in case we
1821 * If split_rec->r_refcount == 0, we are punching a hole in current refcount
1828 struct ocfs2_refcount_rec *split_rec,
1847 le64_to_cpu(split_rec->r_cpos),
1848 le32_to_cpu(split_rec->r_clusters),
1849 le32_to_cpu(split_rec->r_refcount));
1856 if (!split_rec->r_refcount &&
1857 (split_rec->r_cpos == orig_rec->r_cpos ||
1858 le64_to_cpu(split_rec->r_cpos) +
1859 le32_to_cpu(split_rec->r_clusters) ==
1869 if (split_rec->r_refcount &&
1870 (split_rec->r_cpos != orig_rec->r_cpos &&
1871 le64_to_cpu(split_rec->r_cpos) +
1872 le32_to_cpu(split_rec->r_clusters) !=
1927 (le64_to_cpu(split_rec->r_cpos) +
1928 le32_to_cpu(split_rec->r_clusters));
1947 * Note: We have the chance that split_rec.r_refcount = 0,
1952 if (split_rec->r_cpos != orig_rec->r_cpos && tail_rec != orig_rec) {
1953 len = le64_to_cpu(split_rec->r_cpos) -
1961 if (split_rec->r_refcount) {
1962 rf_list->rl_recs[index] = *split_rec;
1965 (unsigned long long)le64_to_cpu(split_rec->r_cpos),
1966 le32_to_cpu(split_rec->r_clusters),
1967 le32_to_cpu(split_rec->r_refcount));