Lines Matching refs:orig_clusters
1985 unsigned int orig_clusters) in ocfs2_xa_cleanup_value_truncate() argument
1991 if (new_clusters < orig_clusters) { in ocfs2_xa_cleanup_value_truncate()
1996 orig_clusters - new_clusters); in ocfs2_xa_cleanup_value_truncate()
1998 } else if (!orig_clusters) { in ocfs2_xa_cleanup_value_truncate()
2004 new_clusters - orig_clusters); in ocfs2_xa_cleanup_value_truncate()
2006 } else if (new_clusters > orig_clusters) in ocfs2_xa_cleanup_value_truncate()
2012 new_clusters - orig_clusters); in ocfs2_xa_cleanup_value_truncate()
2019 unsigned int orig_clusters; in ocfs2_xa_remove() local
2022 orig_clusters = ocfs2_xa_value_clusters(loc); in ocfs2_xa_remove()
2032 if (orig_clusters != ocfs2_xa_value_clusters(loc)) in ocfs2_xa_remove()
2035 orig_clusters); in ocfs2_xa_remove()
2068 unsigned int orig_clusters; in ocfs2_xa_reuse_entry() local
2084 orig_clusters = ocfs2_xa_value_clusters(loc); in ocfs2_xa_reuse_entry()
2103 orig_clusters); in ocfs2_xa_reuse_entry()
2129 unsigned int orig_clusters; in ocfs2_xa_prepare_entry() local
2146 orig_clusters = ocfs2_xa_value_clusters(loc); in ocfs2_xa_prepare_entry()
2152 orig_clusters); in ocfs2_xa_prepare_entry()
2170 orig_clusters = ocfs2_xa_value_clusters(loc); in ocfs2_xa_prepare_entry()
2175 orig_clusters); in ocfs2_xa_prepare_entry()