Lines Matching refs:phys_cpos
1371 u32 cpos, clusters, extent_len, phys_cpos; in ocfs2_check_range_for_holes() local
1378 ret = ocfs2_get_clusters(inode, cpos, &phys_cpos, &extent_len, in ocfs2_check_range_for_holes()
1385 if (phys_cpos == 0 || (extent_flags & OCFS2_EXT_UNWRITTEN)) { in ocfs2_check_range_for_holes()
1426 u32 cpos, phys_cpos, clusters, alloc_size; in ocfs2_allocate_unwritten_extents() local
1459 ret = ocfs2_get_clusters(inode, cpos, &phys_cpos, in ocfs2_allocate_unwritten_extents()
1473 if (phys_cpos) { in ocfs2_allocate_unwritten_extents()
1677 u32 trunc_start, trunc_len, trunc_end, trunc_cpos, phys_cpos; in ocfs2_remove_inode_range() local
1809 phys_cpos = ocfs2_blocks_to_clusters(inode->i_sb, blkno); in ocfs2_remove_inode_range()
1812 phys_cpos, trunc_len, flags, in ocfs2_remove_inode_range()
2037 u32 cpos, clusters, extent_len, phys_cpos; in ocfs2_check_range_for_refcount() local
2049 ret = ocfs2_get_clusters(inode, cpos, &phys_cpos, &extent_len, in ocfs2_check_range_for_refcount()
2056 if (phys_cpos && (extent_flags & OCFS2_EXT_REFCOUNTED)) { in ocfs2_check_range_for_refcount()