Lines Matching refs:p_cluster
528 u32 *p_cluster, u32 *num_clusters) in ocfs2_relative_extent_offsets() argument
533 *p_cluster = ocfs2_blocks_to_clusters(sb, le64_to_cpu(rec->e_blkno)); in ocfs2_relative_extent_offsets()
534 *p_cluster = *p_cluster + coff; in ocfs2_relative_extent_offsets()
541 u32 *p_cluster, u32 *num_clusters, in ocfs2_xattr_get_clusters() argument
591 *p_cluster = ocfs2_blocks_to_clusters(inode->i_sb, in ocfs2_xattr_get_clusters()
593 *p_cluster = *p_cluster + coff; in ocfs2_xattr_get_clusters()
606 u32 *p_cluster, u32 *num_clusters, in ocfs2_get_clusters() argument
620 ret = ocfs2_extent_map_lookup(inode, v_cluster, p_cluster, in ocfs2_get_clusters()
644 *p_cluster = 0; in ocfs2_get_clusters()
650 p_cluster, num_clusters); in ocfs2_get_clusters()
673 u32 cpos, num_clusters, p_cluster; in ocfs2_extent_map_get_blocks() local
678 ret = ocfs2_get_clusters(inode, cpos, &p_cluster, &num_clusters, in ocfs2_extent_map_get_blocks()
688 if (p_cluster) { in ocfs2_extent_map_get_blocks()
689 boff = ocfs2_clusters_to_blocks(inode->i_sb, p_cluster); in ocfs2_extent_map_get_blocks()