Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/ocfs2/
H A Dxattr.c811 u32 old_clusters, in ocfs2_xattr_shrink_size()
821 if (old_clusters <= new_clusters) in ocfs2_xattr_shrink_size()
825 trunc_len = old_clusters - new_clusters; in ocfs2_xattr_shrink_size()
864 u32 old_clusters = le32_to_cpu(vb->vb_xv->xr_clusters); in ocfs2_xattr_value_truncate() local
866 if (new_clusters == old_clusters) in ocfs2_xattr_value_truncate()
869 if (new_clusters > old_clusters) in ocfs2_xattr_value_truncate()
871 new_clusters - old_clusters, in ocfs2_xattr_value_truncate()
875 old_clusters, new_clusters, in ocfs2_xattr_value_truncate()
3143 u32 old_clusters = 0; in ocfs2_calc_xattr_set_need() local
3146 old_clusters in ocfs2_calc_xattr_set_need()
810 ocfs2_xattr_shrink_size(struct inode *inode, u32 old_clusters, u32 new_clusters, struct ocfs2_xattr_value_buf *vb, struct ocfs2_xattr_set_ctxt *ctxt) ocfs2_xattr_shrink_size() argument
[all...]
/kernel/linux/linux-6.6/fs/ocfs2/
H A Dxattr.c805 u32 old_clusters, in ocfs2_xattr_shrink_size()
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 in ocfs2_calc_xattr_set_need()
804 ocfs2_xattr_shrink_size(struct inode *inode, u32 old_clusters, u32 new_clusters, struct ocfs2_xattr_value_buf *vb, struct ocfs2_xattr_set_ctxt *ctxt) ocfs2_xattr_shrink_size() argument
[all...]

Completed in 13 milliseconds