Searched refs:prev_clusters (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/fs/ocfs2/ |
H A D | xattr.c | 709 u32 prev_clusters, logical_start = le32_to_cpu(vb->vb_xv->xr_clusters); in ocfs2_xattr_extend_allocation() local 724 prev_clusters = le32_to_cpu(vb->vb_xv->xr_clusters); in ocfs2_xattr_extend_allocation() 742 prev_clusters; in ocfs2_xattr_extend_allocation() 5032 u32 prev_clusters, in ocfs2_adjust_xattr_cross_cluster() 5040 (unsigned long long)new_blk, prev_clusters); in ocfs2_adjust_xattr_cross_cluster() 5047 prev_clusters, in ocfs2_adjust_xattr_cross_cluster() 5054 ((prev_clusters - 1) * in ocfs2_adjust_xattr_cross_cluster() 5057 if (prev_clusters > 1 && bucket_blkno(target) != last_blk) { in ocfs2_adjust_xattr_cross_cluster() 5106 u32 prev_clusters = *num_clusters; in ocfs2_add_new_xattr_cluster() local 5116 prev_cpos, prev_clusters); in ocfs2_add_new_xattr_cluster() 5027 ocfs2_adjust_xattr_cross_cluster(struct inode *inode, handle_t *handle, struct ocfs2_xattr_bucket *first, struct ocfs2_xattr_bucket *target, u64 new_blk, u32 prev_clusters, u32 *v_start, int *extend) ocfs2_adjust_xattr_cross_cluster() argument [all...] |
H A D | file.c | 562 u32 prev_clusters; in ocfs2_extend_allocation() local 629 prev_clusters = OCFS2_I(inode)->ip_clusters; in ocfs2_extend_allocation() 650 clusters_to_add -= (OCFS2_I(inode)->ip_clusters - prev_clusters); in ocfs2_extend_allocation()
|
/kernel/linux/linux-6.6/fs/ocfs2/ |
H A D | xattr.c | 703 u32 prev_clusters, logical_start = le32_to_cpu(vb->vb_xv->xr_clusters); in ocfs2_xattr_extend_allocation() local 718 prev_clusters = le32_to_cpu(vb->vb_xv->xr_clusters); in ocfs2_xattr_extend_allocation() 736 prev_clusters; in ocfs2_xattr_extend_allocation() 5026 u32 prev_clusters, in ocfs2_adjust_xattr_cross_cluster() 5034 (unsigned long long)new_blk, prev_clusters); in ocfs2_adjust_xattr_cross_cluster() 5041 prev_clusters, in ocfs2_adjust_xattr_cross_cluster() 5048 ((prev_clusters - 1) * in ocfs2_adjust_xattr_cross_cluster() 5051 if (prev_clusters > 1 && bucket_blkno(target) != last_blk) { in ocfs2_adjust_xattr_cross_cluster() 5100 u32 prev_clusters = *num_clusters; in ocfs2_add_new_xattr_cluster() local 5110 prev_cpos, prev_clusters); in ocfs2_add_new_xattr_cluster() 5021 ocfs2_adjust_xattr_cross_cluster(struct inode *inode, handle_t *handle, struct ocfs2_xattr_bucket *first, struct ocfs2_xattr_bucket *target, u64 new_blk, u32 prev_clusters, u32 *v_start, int *extend) ocfs2_adjust_xattr_cross_cluster() argument [all...] |
H A D | file.c | 559 u32 prev_clusters; in ocfs2_extend_allocation() local 626 prev_clusters = OCFS2_I(inode)->ip_clusters; in ocfs2_extend_allocation() 647 clusters_to_add -= (OCFS2_I(inode)->ip_clusters - prev_clusters); in ocfs2_extend_allocation()
|
Completed in 22 milliseconds