Lines Matching refs:p_cluster
533 u32 *p_cluster, u32 *num_clusters) in ocfs2_relative_extent_offsets() argument
538 *p_cluster = ocfs2_blocks_to_clusters(sb, le64_to_cpu(rec->e_blkno)); in ocfs2_relative_extent_offsets()
539 *p_cluster = *p_cluster + coff; in ocfs2_relative_extent_offsets()
546 u32 *p_cluster, u32 *num_clusters, in ocfs2_xattr_get_clusters() argument
596 *p_cluster = ocfs2_blocks_to_clusters(inode->i_sb, in ocfs2_xattr_get_clusters()
598 *p_cluster = *p_cluster + coff; in ocfs2_xattr_get_clusters()
612 u32 *p_cluster, u32 *num_clusters, in ocfs2_get_clusters() argument
626 ret = ocfs2_extent_map_lookup(inode, v_cluster, p_cluster, in ocfs2_get_clusters()
650 *p_cluster = 0; in ocfs2_get_clusters()
656 p_cluster, num_clusters); in ocfs2_get_clusters()
679 u32 cpos, num_clusters, p_cluster; in ocfs2_extent_map_get_blocks() local
684 ret = ocfs2_get_clusters(inode, cpos, &p_cluster, &num_clusters, in ocfs2_extent_map_get_blocks()
694 if (p_cluster) { in ocfs2_extent_map_get_blocks()
695 boff = ocfs2_clusters_to_blocks(inode->i_sb, p_cluster); in ocfs2_extent_map_get_blocks()