Searched refs:phys_cpos (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/fs/ocfs2/ |
D | move_extents.c | 228 u32 cpos, u32 phys_cpos, u32 *len, int ext_flags) in ocfs2_defrag_extent() argument 237 u64 phys_blkno = ocfs2_clusters_to_blocks(inode->i_sb, phys_cpos); in ocfs2_defrag_extent() 321 phys_cpos, new_phys_cpos); in ocfs2_defrag_extent() 323 ret = __ocfs2_move_extent(handle, context, cpos, new_len, phys_cpos, in ocfs2_defrag_extent() 528 u32 *phys_cpos) in ocfs2_probe_alloc_group() argument 544 *phys_cpos = 0; in ocfs2_probe_alloc_group() 557 *phys_cpos = base_cpos + i; in ocfs2_probe_alloc_group() 562 mlog(0, "found phys_cpos: %u to fit the wanted moving.\n", *phys_cpos); in ocfs2_probe_alloc_group() 566 u32 cpos, u32 phys_cpos, u32 *new_phys_cpos, in ocfs2_move_extent() argument 583 phys_blkno = ocfs2_clusters_to_blocks(inode->i_sb, phys_cpos); in ocfs2_move_extent() [all …]
|
D | file.c | 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 [all …]
|
D | alloc.h | 143 u32 cpos, u32 phys_cpos, u32 len, int flags,
|
D | xattr.c | 779 u32 cpos, u32 phys_cpos, u32 len, in __ocfs2_remove_xattr_range() argument 784 u64 phys_blkno = ocfs2_clusters_to_blocks(inode->i_sb, phys_cpos); in __ocfs2_remove_xattr_range() 830 u32 trunc_len, cpos, phys_cpos, alloc_size; in ocfs2_xattr_shrink_size() local 839 ret = ocfs2_xattr_get_clusters(inode, cpos, &phys_cpos, in ocfs2_xattr_shrink_size() 851 phys_cpos, alloc_size, in ocfs2_xattr_shrink_size() 858 block = ocfs2_clusters_to_blocks(inode->i_sb, phys_cpos); in ocfs2_xattr_shrink_size()
|
D | alloc.c | 5660 u32 cpos, u32 phys_cpos, u32 len, int flags, in ocfs2_remove_btree_range() argument 5665 u64 phys_blkno = ocfs2_clusters_to_blocks(inode->i_sb, phys_cpos); in ocfs2_remove_btree_range() 7012 u32 new_highest_cpos, range, trunc_cpos, trunc_len, phys_cpos, coff; in ocfs2_commit_truncate() local 7130 phys_cpos = ocfs2_blocks_to_clusters(inode->i_sb, blkno); in ocfs2_commit_truncate() 7142 phys_cpos, trunc_len, flags, &dealloc, in ocfs2_commit_truncate()
|