Searched refs:r_refcount (Results 1 – 2 of 2) sorted by relevance
904 ret_rec->r_refcount = 0; in ocfs2_find_refcount_rec_in_rl()1257 if (!rec->r_refcount) { in ocfs2_change_refcount_rec()1848 if (!split_rec->r_refcount && in ocfs2_split_refcount_rec()1861 if (split_rec->r_refcount && in ocfs2_split_refcount_rec()1953 if (split_rec->r_refcount) { in ocfs2_split_refcount_rec()2013 le32_to_cpu(rec.r_refcount)); in __ocfs2_increase_refcount()2021 } else if (!rec.r_refcount) { in __ocfs2_increase_refcount()2022 rec.r_refcount = cpu_to_le32(1); in __ocfs2_increase_refcount()2435 if (rec.r_refcount) { in ocfs2_calc_refcount_meta_credits()3216 BUG_ON(!rec.r_refcount); in ocfs2_make_clusters_writable()[all …]
923 __le32 r_refcount; /* Reference count of this extent */ member
Completed in 16 milliseconds