Searched refs:old_clusters (Results 1 – 2 of 2) sorted by relevance
823 u32 old_clusters, in ocfs2_xattr_shrink_size() argument833 if (old_clusters <= new_clusters) in ocfs2_xattr_shrink_size()837 trunc_len = old_clusters - new_clusters; in ocfs2_xattr_shrink_size()876 u32 old_clusters = le32_to_cpu(vb->vb_xv->xr_clusters); in ocfs2_xattr_value_truncate() local878 if (new_clusters == old_clusters) in ocfs2_xattr_value_truncate()881 if (new_clusters > old_clusters) in ocfs2_xattr_value_truncate()883 new_clusters - old_clusters, in ocfs2_xattr_value_truncate()887 old_clusters, new_clusters, in ocfs2_xattr_value_truncate()3132 u32 old_clusters = 0; in ocfs2_calc_xattr_set_need() local3135 old_clusters = ocfs2_clusters_for_bytes(inode->i_sb, in ocfs2_calc_xattr_set_need()[all …]
2259 u32 old_clusters; in ocfs2_file_write_iter() local2375 old_clusters = OCFS2_I(inode)->ip_clusters; in ocfs2_file_write_iter()