Home
last modified time | relevance | path

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

/fs/ocfs2/
Dxattr.c696 u32 old_clusters, in ocfs2_xattr_shrink_size() argument
705 if (old_clusters <= new_clusters) in ocfs2_xattr_shrink_size()
709 trunc_len = old_clusters - new_clusters; in ocfs2_xattr_shrink_size()
748 u32 old_clusters = le32_to_cpu(vb->vb_xv->xr_clusters); in ocfs2_xattr_value_truncate() local
750 if (new_clusters == old_clusters) in ocfs2_xattr_value_truncate()
753 if (new_clusters > old_clusters) in ocfs2_xattr_value_truncate()
755 new_clusters - old_clusters, in ocfs2_xattr_value_truncate()
759 old_clusters, new_clusters, in ocfs2_xattr_value_truncate()
2330 u32 old_clusters = 0; in ocfs2_calc_xattr_set_need() local
2333 old_clusters = ocfs2_clusters_for_bytes(inode->i_sb, in ocfs2_calc_xattr_set_need()
[all …]
Dfile.c1769 u32 old_clusters; in ocfs2_file_aio_write() local
1833 old_clusters = OCFS2_I(inode)->ip_clusters; in ocfs2_file_aio_write()
1879 old_clusters != OCFS2_I(inode)->ip_clusters) { in ocfs2_file_aio_write()