Home
last modified time | relevance | path

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

/linux-5.19.10/fs/ocfs2/
Dxattr.c707 u32 prev_clusters, logical_start = le32_to_cpu(vb->vb_xv->xr_clusters); in ocfs2_xattr_extend_allocation() local
722 prev_clusters = le32_to_cpu(vb->vb_xv->xr_clusters); in ocfs2_xattr_extend_allocation()
740 prev_clusters; in ocfs2_xattr_extend_allocation()
5030 u32 prev_clusters, in ocfs2_adjust_xattr_cross_cluster() argument
5038 (unsigned long long)new_blk, prev_clusters); in ocfs2_adjust_xattr_cross_cluster()
5045 prev_clusters, in ocfs2_adjust_xattr_cross_cluster()
5052 ((prev_clusters - 1) * in ocfs2_adjust_xattr_cross_cluster()
5055 if (prev_clusters > 1 && bucket_blkno(target) != last_blk) { in ocfs2_adjust_xattr_cross_cluster()
5104 u32 prev_clusters = *num_clusters; in ocfs2_add_new_xattr_cluster() local
5114 prev_cpos, prev_clusters); in ocfs2_add_new_xattr_cluster()
[all …]
Dfile.c557 u32 prev_clusters; in ocfs2_extend_allocation() local
624 prev_clusters = OCFS2_I(inode)->ip_clusters; in ocfs2_extend_allocation()
645 clusters_to_add -= (OCFS2_I(inode)->ip_clusters - prev_clusters); in ocfs2_extend_allocation()