Lines Matching refs:p_cluster
518 u32 *p_cluster, u32 *num_clusters) in ocfs2_relative_extent_offsets() argument
523 *p_cluster = ocfs2_blocks_to_clusters(sb, le64_to_cpu(rec->e_blkno)); in ocfs2_relative_extent_offsets()
524 *p_cluster = *p_cluster + coff; in ocfs2_relative_extent_offsets()
531 u32 *p_cluster, u32 *num_clusters, in ocfs2_xattr_get_clusters() argument
581 *p_cluster = ocfs2_blocks_to_clusters(inode->i_sb, in ocfs2_xattr_get_clusters()
583 *p_cluster = *p_cluster + coff; in ocfs2_xattr_get_clusters()
596 u32 *p_cluster, u32 *num_clusters, in ocfs2_get_clusters() argument
610 ret = ocfs2_extent_map_lookup(inode, v_cluster, p_cluster, in ocfs2_get_clusters()
634 *p_cluster = 0; in ocfs2_get_clusters()
640 p_cluster, num_clusters); in ocfs2_get_clusters()
663 u32 cpos, num_clusters, p_cluster; in ocfs2_extent_map_get_blocks() local
668 ret = ocfs2_get_clusters(inode, cpos, &p_cluster, &num_clusters, in ocfs2_extent_map_get_blocks()
678 if (p_cluster) { in ocfs2_extent_map_get_blocks()
679 boff = ocfs2_clusters_to_blocks(inode->i_sb, p_cluster); in ocfs2_extent_map_get_blocks()