Searched refs:old_clusters (Results 1 – 1 of 1) sorted by relevance
809 u32 old_clusters, in ocfs2_xattr_shrink_size() argument819 if (old_clusters <= new_clusters) in ocfs2_xattr_shrink_size()823 trunc_len = old_clusters - new_clusters; in ocfs2_xattr_shrink_size()862 u32 old_clusters = le32_to_cpu(vb->vb_xv->xr_clusters); in ocfs2_xattr_value_truncate() local864 if (new_clusters == old_clusters) in ocfs2_xattr_value_truncate()867 if (new_clusters > old_clusters) in ocfs2_xattr_value_truncate()869 new_clusters - old_clusters, in ocfs2_xattr_value_truncate()873 old_clusters, new_clusters, in ocfs2_xattr_value_truncate()3141 u32 old_clusters = 0; in ocfs2_calc_xattr_set_need() local3144 old_clusters = ocfs2_clusters_for_bytes(inode->i_sb, in ocfs2_calc_xattr_set_need()[all …]