Searched refs:phys_cpos (Results 1 – 2 of 2) sorted by relevance
| /linux/fs/ocfs2/ |
| H A D | move_extents.c | 202 u32 cpos, u32 phys_cpos, u32 *len, int ext_flags) in ocfs2_defrag_extent() argument 211 u64 phys_blkno = ocfs2_clusters_to_blocks(inode->i_sb, phys_cpos); in ocfs2_defrag_extent() 309 phys_cpos, new_phys_cpos); in ocfs2_defrag_extent() 311 ret = __ocfs2_move_extent(handle, context, cpos, new_len, phys_cpos, in ocfs2_defrag_extent() 530 u32 *phys_cpos) in ocfs2_probe_alloc_group() argument 546 *phys_cpos = 0; in ocfs2_probe_alloc_group() 560 *phys_cpos = base_cpos + i; in ocfs2_probe_alloc_group() 565 mlog(0, "found phys_cpos: %u to fit the wanted moving.\n", *phys_cpos); in ocfs2_probe_alloc_group() 569 u32 cpos, u32 phys_cpos, u32 *new_phys_cpos, in ocfs2_move_extent() argument 586 phys_blkno = ocfs2_clusters_to_blocks(inode->i_sb, phys_cpos); in ocfs2_move_extent() [all …]
|
| H A D | file.c | 1448 u32 cpos, phys_cpos, clusters, alloc_size; in ocfs2_allocate_unwritten_extents() local 1481 ret = ocfs2_get_clusters(inode, cpos, &phys_cpos, in ocfs2_allocate_unwritten_extents() 1495 if (phys_cpos) { in ocfs2_allocate_unwritten_extents() 1773 u32 trunc_start, trunc_len, trunc_end, trunc_cpos, phys_cpos; in ocfs2_remove_inode_range() local 1912 phys_cpos = ocfs2_blocks_to_clusters(inode->i_sb, blkno); in ocfs2_remove_inode_range() 1915 phys_cpos, trunc_len, flags, in ocfs2_remove_inode_range() 2154 u32 cpos, clusters, extent_len, phys_cpos; in ocfs2_check_range_for_refcount() local 2166 ret = ocfs2_get_clusters(inode, cpos, &phys_cpos, &extent_len, in ocfs2_check_range_for_refcount() 2173 if (phys_cpos && (extent_flags & OCFS2_EXT_REFCOUNTED)) { in ocfs2_check_range_for_refcount()
|