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()
3058 u32 cpos, u32 p_cluster, u32 len, in ocfs2_clear_ext_refcount() argument
3071 cpos, len, p_cluster, ext_flags); in ocfs2_clear_ext_refcount()
3077 p_cluster)); in ocfs2_clear_ext_refcount()
3167 u32 v_cluster, u32 *p_cluster, in ocfs2_di_get_clusters() argument
3171 return ocfs2_get_clusters(context->inode, v_cluster, p_cluster, in ocfs2_di_get_clusters()
3177 u32 cpos, u32 p_cluster, in ocfs2_make_clusters_writable() argument
3189 trace_ocfs2_make_clusters_writable(cpos, p_cluster, in ocfs2_make_clusters_writable()
3192 ret = ocfs2_lock_refcount_allocators(sb, p_cluster, num_clusters, in ocfs2_make_clusters_writable()
3218 p_cluster, num_clusters, in ocfs2_make_clusters_writable()
3226 set_len = min((u64)p_cluster + num_clusters, in ocfs2_make_clusters_writable()
3228 le32_to_cpu(rec.r_clusters)) - p_cluster; in ocfs2_make_clusters_writable()
3241 cpos, p_cluster, in ocfs2_make_clusters_writable()
3262 cpos, p_cluster, new_bit, in ocfs2_make_clusters_writable()
3273 p_cluster, set_len, in ocfs2_make_clusters_writable()
3282 p_cluster += set_len; in ocfs2_make_clusters_writable()
3331 u32 p_cluster, num_clusters; in ocfs2_replace_cow() local
3343 ret = context->get_clusters(context, cow_start, &p_cluster, in ocfs2_replace_cow()
3356 cow_start, p_cluster, in ocfs2_replace_cow()
3461 u32 p_cluster, num_clusters; in ocfs2_refcount_cow() local
3465 ret = ocfs2_get_clusters(inode, cpos, &p_cluster, in ocfs2_refcount_cow()
3492 u32 v_cluster, u32 *p_cluster, in ocfs2_xattr_value_get_clusters() argument
3499 return ocfs2_xattr_get_clusters(inode, v_cluster, p_cluster, in ocfs2_xattr_value_get_clusters()
3515 u32 p_cluster, num_clusters; in ocfs2_refcounted_xattr_delete_need() local
3522 ret = ocfs2_xattr_get_clusters(inode, cpos, &p_cluster, in ocfs2_refcounted_xattr_delete_need()
3534 p_cluster, num_clusters, in ocfs2_refcounted_xattr_delete_need()
3565 p_cluster += num_clusters; in ocfs2_refcounted_xattr_delete_need()
3658 u32 cpos, u32 p_cluster, u32 num_clusters, in ocfs2_add_refcount_flag() argument
3673 p_cluster, num_clusters, in ocfs2_add_refcount_flag()
3702 cpos, num_clusters, p_cluster, in ocfs2_add_refcount_flag()
3710 p_cluster, num_clusters, 0, in ocfs2_add_refcount_flag()
3776 u32 cpos, num_clusters, clusters, p_cluster; in ocfs2_attach_refcount_tree() local
3809 ret = ocfs2_get_clusters(inode, cpos, &p_cluster, in ocfs2_attach_refcount_tree()
3815 if (p_cluster && !(ext_flags & OCFS2_EXT_REFCOUNTED)) { in ocfs2_attach_refcount_tree()
3819 p_cluster, num_clusters, in ocfs2_attach_refcount_tree()
3871 u32 cpos, u32 p_cluster, u32 num_clusters, in ocfs2_add_refcounted_extent() argument
3882 p_cluster, num_clusters, in ocfs2_add_refcounted_extent()
3899 ocfs2_clusters_to_blocks(inode->i_sb, p_cluster), in ocfs2_add_refcounted_extent()
3907 p_cluster, num_clusters, in ocfs2_add_refcounted_extent()
3978 u32 p_cluster, num_clusters, clusters, cpos; in ocfs2_duplicate_extent_list() local
3990 ret = ocfs2_get_clusters(s_inode, cpos, &p_cluster, in ocfs2_duplicate_extent_list()
3996 if (p_cluster) { in ocfs2_duplicate_extent_list()
3999 cpos, p_cluster, in ocfs2_duplicate_extent_list()
4490 u32 p_cluster, num_clusters, slast, spos, tpos, remapped_clus = 0; in ocfs2_reflink_remap_extent() local
4510 ret = ocfs2_get_clusters(s_inode, spos, &p_cluster, in ocfs2_reflink_remap_extent()
4528 if (p_cluster == 0) in ocfs2_reflink_remap_extent()
4545 p_cluster, num_clusters, in ocfs2_reflink_remap_extent()
4558 tpos, p_cluster, in ocfs2_reflink_remap_extent()