• Home
  • Raw
  • Download

Lines Matching refs:clusters

2372 					    u32 clusters,  in ocfs2_calc_refcount_meta_credits()  argument
2383 while (clusters) { in ocfs2_calc_refcount_meta_credits()
2385 cpos, clusters, &rec, in ocfs2_calc_refcount_meta_credits()
2415 recs_add, (unsigned long long)cpos, clusters, in ocfs2_calc_refcount_meta_credits()
2420 len = min((u64)cpos + clusters, le64_to_cpu(rec.r_cpos) + in ocfs2_calc_refcount_meta_credits()
2449 if (cpos + clusters < le64_to_cpu(rec.r_cpos) + in ocfs2_calc_refcount_meta_credits()
2457 clusters -= len; in ocfs2_calc_refcount_meta_credits()
2500 (unsigned long long)start_cpos, clusters, in ocfs2_calc_refcount_meta_credits()
2522 u32 clusters, in ocfs2_prepare_refcount_change_for_del() argument
2556 start_cpos, clusters, in ocfs2_prepare_refcount_change_for_del()
3543 u32 cpos = 0, clusters = le32_to_cpu(xv->xr_clusters); in ocfs2_refcounted_xattr_delete_need() local
3548 while (cpos < clusters) { in ocfs2_refcounted_xattr_delete_need()
3580 if (le16_to_cpu(rb->rf_records.rl_used) + clusters * 2 > in ocfs2_refcounted_xattr_delete_need()
3803 u32 cpos, num_clusters, clusters, p_cluster; in ocfs2_attach_refcount_tree() local
3832 clusters = ocfs2_clusters_for_bytes(inode->i_sb, size); in ocfs2_attach_refcount_tree()
3835 while (cpos < clusters) { in ocfs2_attach_refcount_tree()
4005 u32 p_cluster, num_clusters, clusters, cpos; in ocfs2_duplicate_extent_list() local
4013 clusters = ocfs2_clusters_for_bytes(s_inode->i_sb, size); in ocfs2_duplicate_extent_list()
4016 while (cpos < clusters) { in ocfs2_duplicate_extent_list()