Lines Matching refs:phys_cpos
198 u32 cpos, u32 phys_cpos, u32 *len, int ext_flags)
207 u64 phys_blkno = ocfs2_clusters_to_blocks(inode->i_sb, phys_cpos);
304 mlog(0, "cpos: %u, phys_cpos: %u, new_phys_cpos: %u\n", cpos,
305 phys_cpos, new_phys_cpos);
307 ret = __ocfs2_move_extent(handle, context, cpos, new_len, phys_cpos,
526 u32 *phys_cpos)
542 *phys_cpos = 0;
556 *phys_cpos = base_cpos + i;
561 mlog(0, "found phys_cpos: %u to fit the wanted moving.\n", *phys_cpos);
565 u32 cpos, u32 phys_cpos, u32 *new_phys_cpos,
582 phys_blkno = ocfs2_clusters_to_blocks(inode->i_sb, phys_cpos);
674 ret = __ocfs2_move_extent(handle, context, cpos, len, phys_cpos,
764 u32 cpos, phys_cpos, move_start, len_to_move, alloc_size;
821 ret = ocfs2_get_clusters(inode, cpos, &phys_cpos, &alloc_size,
837 if (!phys_cpos) {
855 mlog(0, "#Defrag: cpos: %u, phys_cpos: %u, "
857 cpos, phys_cpos, alloc_size, len_defraged);
859 ret = ocfs2_defrag_extent(context, cpos, phys_cpos,
862 ret = ocfs2_move_extent(context, cpos, phys_cpos,