Searched refs:orig_clusters (Results 1 – 1 of 1) sorted by relevance
1983 unsigned int orig_clusters) in ocfs2_xa_cleanup_value_truncate() argument1989 if (new_clusters < orig_clusters) { in ocfs2_xa_cleanup_value_truncate()1994 orig_clusters - new_clusters); in ocfs2_xa_cleanup_value_truncate()1996 } else if (!orig_clusters) { in ocfs2_xa_cleanup_value_truncate()2002 new_clusters - orig_clusters); in ocfs2_xa_cleanup_value_truncate()2004 } else if (new_clusters > orig_clusters) in ocfs2_xa_cleanup_value_truncate()2010 new_clusters - orig_clusters); in ocfs2_xa_cleanup_value_truncate()2017 unsigned int orig_clusters; in ocfs2_xa_remove() local2020 orig_clusters = ocfs2_xa_value_clusters(loc); in ocfs2_xa_remove()2030 if (orig_clusters != ocfs2_xa_value_clusters(loc)) in ocfs2_xa_remove()[all …]