Searched refs:phys_cpos (Results 1 - 5 of 5) sorted by relevance

/linux-master/fs/ocfs2/
H A Dmove_extents.c196 u32 cpos, u32 phys_cpos, u32 *len, int ext_flags)
205 u64 phys_blkno = ocfs2_clusters_to_blocks(inode->i_sb, phys_cpos);
302 mlog(0, "cpos: %u, phys_cpos: %u, new_phys_cpos: %u\n", cpos,
303 phys_cpos, new_phys_cpos);
305 ret = __ocfs2_move_extent(handle, context, cpos, new_len, phys_cpos,
524 u32 *phys_cpos)
540 *phys_cpos = 0;
554 *phys_cpos = base_cpos + i;
559 mlog(0, "found phys_cpos: %u to fit the wanted moving.\n", *phys_cpos);
195 ocfs2_defrag_extent(struct ocfs2_move_extents_context *context, u32 cpos, u32 phys_cpos, u32 *len, int ext_flags) argument
522 ocfs2_probe_alloc_group(struct inode *inode, struct buffer_head *bh, int *goal_bit, u32 move_len, u32 max_hop, u32 *phys_cpos) argument
562 ocfs2_move_extent(struct ocfs2_move_extents_context *context, u32 cpos, u32 phys_cpos, u32 *new_phys_cpos, u32 len, int ext_flags) argument
762 u32 cpos, phys_cpos, move_start, len_to_move, alloc_size; local
[all...]
H A Dalloc.h128 u32 cpos, u32 phys_cpos, u32 len, int flags,
H A Dfile.c1437 u32 cpos, phys_cpos, clusters, alloc_size; local
1470 ret = ocfs2_get_clusters(inode, cpos, &phys_cpos,
1484 if (phys_cpos) {
1762 u32 trunc_start, trunc_len, trunc_end, trunc_cpos, phys_cpos; local
1893 phys_cpos = ocfs2_blocks_to_clusters(inode->i_sb, blkno);
1896 phys_cpos, trunc_len, flags,
2133 u32 cpos, clusters, extent_len, phys_cpos; local
2145 ret = ocfs2_get_clusters(inode, cpos, &phys_cpos, &extent_len,
2152 if (phys_cpos && (extent_flags & OCFS2_EXT_REFCOUNTED)) {
H A Dxattr.c761 u32 cpos, u32 phys_cpos, u32 len,
766 u64 phys_blkno = ocfs2_clusters_to_blocks(inode->i_sb, phys_cpos);
812 u32 trunc_len, cpos, phys_cpos, alloc_size; local
821 ret = ocfs2_xattr_get_clusters(inode, cpos, &phys_cpos,
833 phys_cpos, alloc_size,
840 block = ocfs2_clusters_to_blocks(inode->i_sb, phys_cpos);
759 __ocfs2_remove_xattr_range(struct inode *inode, struct ocfs2_xattr_value_buf *vb, u32 cpos, u32 phys_cpos, u32 len, unsigned int ext_flags, struct ocfs2_xattr_set_ctxt *ctxt) argument
H A Dalloc.c5699 u32 cpos, u32 phys_cpos, u32 len, int flags,
5704 u64 phys_blkno = ocfs2_clusters_to_blocks(inode->i_sb, phys_cpos);
7216 u32 new_highest_cpos, range, trunc_cpos, trunc_len, phys_cpos, coff; local
7342 phys_cpos = ocfs2_blocks_to_clusters(inode->i_sb, blkno);
7354 phys_cpos, trunc_len, flags, &dealloc,
5697 ocfs2_remove_btree_range(struct inode *inode, struct ocfs2_extent_tree *et, u32 cpos, u32 phys_cpos, u32 len, int flags, struct ocfs2_cached_dealloc_ctxt *dealloc, u64 refcount_loc, bool refcount_tree_locked) argument

Completed in 309 milliseconds