Lines Matching refs:orig_clusters
1979 unsigned int orig_clusters) in ocfs2_xa_cleanup_value_truncate() argument
1985 if (new_clusters < orig_clusters) { in ocfs2_xa_cleanup_value_truncate()
1990 orig_clusters - new_clusters); in ocfs2_xa_cleanup_value_truncate()
1992 } else if (!orig_clusters) { in ocfs2_xa_cleanup_value_truncate()
1998 new_clusters - orig_clusters); in ocfs2_xa_cleanup_value_truncate()
2000 } else if (new_clusters > orig_clusters) in ocfs2_xa_cleanup_value_truncate()
2006 new_clusters - orig_clusters); in ocfs2_xa_cleanup_value_truncate()
2013 unsigned int orig_clusters; in ocfs2_xa_remove() local
2016 orig_clusters = ocfs2_xa_value_clusters(loc); in ocfs2_xa_remove()
2026 if (orig_clusters != ocfs2_xa_value_clusters(loc)) in ocfs2_xa_remove()
2029 orig_clusters); in ocfs2_xa_remove()
2062 unsigned int orig_clusters; in ocfs2_xa_reuse_entry() local
2078 orig_clusters = ocfs2_xa_value_clusters(loc); in ocfs2_xa_reuse_entry()
2097 orig_clusters); in ocfs2_xa_reuse_entry()
2123 unsigned int orig_clusters; in ocfs2_xa_prepare_entry() local
2140 orig_clusters = ocfs2_xa_value_clusters(loc); in ocfs2_xa_prepare_entry()
2146 orig_clusters); in ocfs2_xa_prepare_entry()
2164 orig_clusters = ocfs2_xa_value_clusters(loc); in ocfs2_xa_prepare_entry()
2169 orig_clusters); in ocfs2_xa_prepare_entry()