Home
last modified time | relevance | path

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

/linux-6.6.21/fs/ocfs2/
Dxattr.c805 u32 old_clusters, in ocfs2_xattr_shrink_size() argument
815 if (old_clusters <= new_clusters) in ocfs2_xattr_shrink_size()
819 trunc_len = old_clusters - new_clusters; in ocfs2_xattr_shrink_size()
858 u32 old_clusters = le32_to_cpu(vb->vb_xv->xr_clusters); in ocfs2_xattr_value_truncate() local
860 if (new_clusters == old_clusters) in ocfs2_xattr_value_truncate()
863 if (new_clusters > old_clusters) in ocfs2_xattr_value_truncate()
865 new_clusters - old_clusters, in ocfs2_xattr_value_truncate()
869 old_clusters, new_clusters, in ocfs2_xattr_value_truncate()
3137 u32 old_clusters = 0; in ocfs2_calc_xattr_set_need() local
3140 old_clusters = ocfs2_clusters_for_bytes(inode->i_sb, in ocfs2_calc_xattr_set_need()
[all …]