Lines Matching refs:orig_clusters
1983 unsigned int orig_clusters) in ocfs2_xa_cleanup_value_truncate() argument
1989 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() local
2020 orig_clusters = ocfs2_xa_value_clusters(loc); in ocfs2_xa_remove()
2030 if (orig_clusters != ocfs2_xa_value_clusters(loc)) in ocfs2_xa_remove()
2033 orig_clusters); in ocfs2_xa_remove()
2066 unsigned int orig_clusters; in ocfs2_xa_reuse_entry() local
2082 orig_clusters = ocfs2_xa_value_clusters(loc); in ocfs2_xa_reuse_entry()
2101 orig_clusters); in ocfs2_xa_reuse_entry()
2127 unsigned int orig_clusters; in ocfs2_xa_prepare_entry() local
2144 orig_clusters = ocfs2_xa_value_clusters(loc); in ocfs2_xa_prepare_entry()
2150 orig_clusters); in ocfs2_xa_prepare_entry()
2168 orig_clusters = ocfs2_xa_value_clusters(loc); in ocfs2_xa_prepare_entry()
2173 orig_clusters); in ocfs2_xa_prepare_entry()