Lines Matching refs:p_cluster
65 u32 v_cluster, u32 *p_cluster,
2847 u32 p_cluster, u32 num_clusters, in ocfs2_lock_refcount_allocators() argument
2871 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()
3196 u32 v_cluster, u32 *p_cluster, in ocfs2_di_get_clusters() argument
3200 return ocfs2_get_clusters(context->inode, v_cluster, p_cluster, in ocfs2_di_get_clusters()
3206 u32 cpos, u32 p_cluster, in ocfs2_make_clusters_writable() argument
3218 trace_ocfs2_make_clusters_writable(cpos, p_cluster, in ocfs2_make_clusters_writable()
3221 ret = ocfs2_lock_refcount_allocators(sb, p_cluster, num_clusters, in ocfs2_make_clusters_writable()
3247 p_cluster, num_clusters, in ocfs2_make_clusters_writable()
3255 set_len = min((u64)p_cluster + num_clusters, in ocfs2_make_clusters_writable()
3257 le32_to_cpu(rec.r_clusters)) - p_cluster; in ocfs2_make_clusters_writable()
3270 cpos, p_cluster, in ocfs2_make_clusters_writable()
3291 cpos, p_cluster, new_bit, in ocfs2_make_clusters_writable()
3302 p_cluster, set_len, in ocfs2_make_clusters_writable()
3311 p_cluster += set_len; in ocfs2_make_clusters_writable()
3360 u32 p_cluster, num_clusters; in ocfs2_replace_cow() local
3372 ret = context->get_clusters(context, cow_start, &p_cluster, in ocfs2_replace_cow()
3385 cow_start, p_cluster, in ocfs2_replace_cow()
3491 u32 p_cluster, num_clusters; in ocfs2_refcount_cow() local
3495 ret = ocfs2_get_clusters(inode, cpos, &p_cluster, in ocfs2_refcount_cow()
3522 u32 v_cluster, u32 *p_cluster, in ocfs2_xattr_value_get_clusters() argument
3529 return ocfs2_xattr_get_clusters(inode, v_cluster, p_cluster, in ocfs2_xattr_value_get_clusters()
3545 u32 p_cluster, num_clusters; in ocfs2_refcounted_xattr_delete_need() local
3552 ret = ocfs2_xattr_get_clusters(inode, cpos, &p_cluster, in ocfs2_refcounted_xattr_delete_need()
3564 p_cluster, num_clusters, in ocfs2_refcounted_xattr_delete_need()
3595 p_cluster += num_clusters; in ocfs2_refcounted_xattr_delete_need()
3689 u32 cpos, u32 p_cluster, u32 num_clusters, in ocfs2_add_refcount_flag() argument
3701 p_cluster, num_clusters, in ocfs2_add_refcount_flag()
3730 cpos, num_clusters, p_cluster, in ocfs2_add_refcount_flag()
3738 p_cluster, num_clusters, 0, in ocfs2_add_refcount_flag()
3804 u32 cpos, num_clusters, clusters, p_cluster; in ocfs2_attach_refcount_tree() local
3837 ret = ocfs2_get_clusters(inode, cpos, &p_cluster, in ocfs2_attach_refcount_tree()
3843 if (p_cluster && !(ext_flags & OCFS2_EXT_REFCOUNTED)) { in ocfs2_attach_refcount_tree()
3847 p_cluster, num_clusters, in ocfs2_attach_refcount_tree()
3899 u32 cpos, u32 p_cluster, u32 num_clusters, in ocfs2_add_refcounted_extent() argument
3910 p_cluster, num_clusters, in ocfs2_add_refcounted_extent()
3927 ocfs2_clusters_to_blocks(inode->i_sb, p_cluster), in ocfs2_add_refcounted_extent()
3935 p_cluster, num_clusters, in ocfs2_add_refcounted_extent()
3999 u32 p_cluster, num_clusters, clusters, cpos; in ocfs2_duplicate_extent_list() local
4011 ret = ocfs2_get_clusters(s_inode, cpos, &p_cluster, in ocfs2_duplicate_extent_list()
4017 if (p_cluster) { in ocfs2_duplicate_extent_list()
4020 cpos, p_cluster, in ocfs2_duplicate_extent_list()