Searched refs:orig_clusters (Results 1 – 1 of 1) sorted by relevance
1979 unsigned int orig_clusters) in ocfs2_xa_cleanup_value_truncate() argument1985 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() local2016 orig_clusters = ocfs2_xa_value_clusters(loc); in ocfs2_xa_remove()2026 if (orig_clusters != ocfs2_xa_value_clusters(loc)) in ocfs2_xa_remove()[all …]