Home
last modified time | relevance | path

Searched refs:orig_clusters (Results 1 – 1 of 1) sorted by relevance

/linux-4.19.296/fs/ocfs2/
Dxattr.c1993 unsigned int orig_clusters) in ocfs2_xa_cleanup_value_truncate() argument
1999 if (new_clusters < orig_clusters) { in ocfs2_xa_cleanup_value_truncate()
2004 orig_clusters - new_clusters); in ocfs2_xa_cleanup_value_truncate()
2006 } else if (!orig_clusters) { in ocfs2_xa_cleanup_value_truncate()
2012 new_clusters - orig_clusters); in ocfs2_xa_cleanup_value_truncate()
2014 } else if (new_clusters > orig_clusters) in ocfs2_xa_cleanup_value_truncate()
2020 new_clusters - orig_clusters); in ocfs2_xa_cleanup_value_truncate()
2027 unsigned int orig_clusters; in ocfs2_xa_remove() local
2030 orig_clusters = ocfs2_xa_value_clusters(loc); in ocfs2_xa_remove()
2040 if (orig_clusters != ocfs2_xa_value_clusters(loc)) in ocfs2_xa_remove()
[all …]