Searched refs:orig_clusters (Results 1 – 1 of 1) sorted by relevance
2018 unsigned int orig_clusters) in ocfs2_xa_cleanup_value_truncate() argument2024 if (new_clusters < orig_clusters) { in ocfs2_xa_cleanup_value_truncate()2029 orig_clusters - new_clusters); in ocfs2_xa_cleanup_value_truncate()2031 } else if (!orig_clusters) { in ocfs2_xa_cleanup_value_truncate()2037 new_clusters - orig_clusters); in ocfs2_xa_cleanup_value_truncate()2039 } else if (new_clusters > orig_clusters) in ocfs2_xa_cleanup_value_truncate()2045 new_clusters - orig_clusters); in ocfs2_xa_cleanup_value_truncate()2052 unsigned int orig_clusters; in ocfs2_xa_remove() local2055 orig_clusters = ocfs2_xa_value_clusters(loc); in ocfs2_xa_remove()2065 if (orig_clusters != ocfs2_xa_value_clusters(loc)) in ocfs2_xa_remove()[all …]