Lines Matching refs:p_cluster
520 u32 *p_cluster, u32 *num_clusters) in ocfs2_relative_extent_offsets() argument
525 *p_cluster = ocfs2_blocks_to_clusters(sb, le64_to_cpu(rec->e_blkno)); in ocfs2_relative_extent_offsets()
526 *p_cluster = *p_cluster + coff; in ocfs2_relative_extent_offsets()
533 u32 *p_cluster, u32 *num_clusters, in ocfs2_xattr_get_clusters() argument
583 *p_cluster = ocfs2_blocks_to_clusters(inode->i_sb, in ocfs2_xattr_get_clusters()
585 *p_cluster = *p_cluster + coff; in ocfs2_xattr_get_clusters()
598 u32 *p_cluster, u32 *num_clusters, in ocfs2_get_clusters() argument
612 ret = ocfs2_extent_map_lookup(inode, v_cluster, p_cluster, in ocfs2_get_clusters()
636 *p_cluster = 0; in ocfs2_get_clusters()
642 p_cluster, num_clusters); in ocfs2_get_clusters()
665 u32 cpos, num_clusters, p_cluster; in ocfs2_extent_map_get_blocks() local
670 ret = ocfs2_get_clusters(inode, cpos, &p_cluster, &num_clusters, in ocfs2_extent_map_get_blocks()
680 if (p_cluster) { in ocfs2_extent_map_get_blocks()
681 boff = ocfs2_clusters_to_blocks(inode->i_sb, p_cluster); in ocfs2_extent_map_get_blocks()