Lines Matching refs:p_cluster

56 			    u32 v_cluster, u32 *p_cluster,
2837 u32 p_cluster, u32 num_clusters, in ocfs2_lock_refcount_allocators() argument
2861 p_cluster, num_clusters, in ocfs2_lock_refcount_allocators()
3057 u32 cpos, u32 p_cluster, u32 len, in ocfs2_clear_ext_refcount() argument
3070 cpos, len, p_cluster, ext_flags); in ocfs2_clear_ext_refcount()
3076 p_cluster)); in ocfs2_clear_ext_refcount()
3166 u32 v_cluster, u32 *p_cluster, in ocfs2_di_get_clusters() argument
3170 return ocfs2_get_clusters(context->inode, v_cluster, p_cluster, in ocfs2_di_get_clusters()
3176 u32 cpos, u32 p_cluster, in ocfs2_make_clusters_writable() argument
3188 trace_ocfs2_make_clusters_writable(cpos, p_cluster, in ocfs2_make_clusters_writable()
3191 ret = ocfs2_lock_refcount_allocators(sb, p_cluster, num_clusters, in ocfs2_make_clusters_writable()
3217 p_cluster, num_clusters, in ocfs2_make_clusters_writable()
3225 set_len = min((u64)p_cluster + num_clusters, in ocfs2_make_clusters_writable()
3227 le32_to_cpu(rec.r_clusters)) - p_cluster; in ocfs2_make_clusters_writable()
3240 cpos, p_cluster, in ocfs2_make_clusters_writable()
3261 cpos, p_cluster, new_bit, in ocfs2_make_clusters_writable()
3272 p_cluster, set_len, in ocfs2_make_clusters_writable()
3281 p_cluster += set_len; in ocfs2_make_clusters_writable()
3330 u32 p_cluster, num_clusters; in ocfs2_replace_cow() local
3342 ret = context->get_clusters(context, cow_start, &p_cluster, in ocfs2_replace_cow()
3355 cow_start, p_cluster, in ocfs2_replace_cow()
3460 u32 p_cluster, num_clusters; in ocfs2_refcount_cow() local
3464 ret = ocfs2_get_clusters(inode, cpos, &p_cluster, in ocfs2_refcount_cow()
3491 u32 v_cluster, u32 *p_cluster, in ocfs2_xattr_value_get_clusters() argument
3498 return ocfs2_xattr_get_clusters(inode, v_cluster, p_cluster, in ocfs2_xattr_value_get_clusters()
3514 u32 p_cluster, num_clusters; in ocfs2_refcounted_xattr_delete_need() local
3521 ret = ocfs2_xattr_get_clusters(inode, cpos, &p_cluster, in ocfs2_refcounted_xattr_delete_need()
3533 p_cluster, num_clusters, in ocfs2_refcounted_xattr_delete_need()
3564 p_cluster += num_clusters; in ocfs2_refcounted_xattr_delete_need()
3657 u32 cpos, u32 p_cluster, u32 num_clusters, in ocfs2_add_refcount_flag() argument
3672 p_cluster, num_clusters, in ocfs2_add_refcount_flag()
3701 cpos, num_clusters, p_cluster, in ocfs2_add_refcount_flag()
3709 p_cluster, num_clusters, 0, in ocfs2_add_refcount_flag()
3775 u32 cpos, num_clusters, clusters, p_cluster; in ocfs2_attach_refcount_tree() local
3808 ret = ocfs2_get_clusters(inode, cpos, &p_cluster, in ocfs2_attach_refcount_tree()
3814 if (p_cluster && !(ext_flags & OCFS2_EXT_REFCOUNTED)) { in ocfs2_attach_refcount_tree()
3818 p_cluster, num_clusters, in ocfs2_attach_refcount_tree()
3870 u32 cpos, u32 p_cluster, u32 num_clusters, in ocfs2_add_refcounted_extent() argument
3881 p_cluster, num_clusters, in ocfs2_add_refcounted_extent()
3898 ocfs2_clusters_to_blocks(inode->i_sb, p_cluster), in ocfs2_add_refcounted_extent()
3906 p_cluster, num_clusters, in ocfs2_add_refcounted_extent()
3977 u32 p_cluster, num_clusters, clusters, cpos; in ocfs2_duplicate_extent_list() local
3989 ret = ocfs2_get_clusters(s_inode, cpos, &p_cluster, in ocfs2_duplicate_extent_list()
3995 if (p_cluster) { in ocfs2_duplicate_extent_list()
3998 cpos, p_cluster, in ocfs2_duplicate_extent_list()
4489 u32 p_cluster, num_clusters, slast, spos, tpos, remapped_clus = 0; in ocfs2_reflink_remap_extent() local
4509 ret = ocfs2_get_clusters(s_inode, spos, &p_cluster, in ocfs2_reflink_remap_extent()
4527 if (p_cluster == 0) in ocfs2_reflink_remap_extent()
4544 p_cluster, num_clusters, in ocfs2_reflink_remap_extent()
4557 tpos, p_cluster, in ocfs2_reflink_remap_extent()