Lines Matching refs:orig_clusters
1974 unsigned int orig_clusters) in ocfs2_xa_cleanup_value_truncate() argument
1980 if (new_clusters < orig_clusters) { in ocfs2_xa_cleanup_value_truncate()
1985 orig_clusters - new_clusters); in ocfs2_xa_cleanup_value_truncate()
1987 } else if (!orig_clusters) { in ocfs2_xa_cleanup_value_truncate()
1993 new_clusters - orig_clusters); in ocfs2_xa_cleanup_value_truncate()
1995 } else if (new_clusters > orig_clusters) in ocfs2_xa_cleanup_value_truncate()
2001 new_clusters - orig_clusters); in ocfs2_xa_cleanup_value_truncate()
2008 unsigned int orig_clusters; in ocfs2_xa_remove() local
2011 orig_clusters = ocfs2_xa_value_clusters(loc); in ocfs2_xa_remove()
2021 if (orig_clusters != ocfs2_xa_value_clusters(loc)) in ocfs2_xa_remove()
2024 orig_clusters); in ocfs2_xa_remove()
2057 unsigned int orig_clusters; in ocfs2_xa_reuse_entry() local
2073 orig_clusters = ocfs2_xa_value_clusters(loc); in ocfs2_xa_reuse_entry()
2092 orig_clusters); in ocfs2_xa_reuse_entry()
2118 unsigned int orig_clusters; in ocfs2_xa_prepare_entry() local
2135 orig_clusters = ocfs2_xa_value_clusters(loc); in ocfs2_xa_prepare_entry()
2141 orig_clusters); in ocfs2_xa_prepare_entry()
2159 orig_clusters = ocfs2_xa_value_clusters(loc); in ocfs2_xa_prepare_entry()
2164 orig_clusters); in ocfs2_xa_prepare_entry()