Searched refs:phys_cpos (Results 1 – 4 of 4) sorted by relevance
/linux/fs/ocfs2/ |
H A D | file.c | 1441 u32 cpos, phys_cpos, clusters, alloc_size; in ocfs2_allocate_unwritten_extents() local 1474 ret = ocfs2_get_clusters(inode, cpos, &phys_cpos, in ocfs2_allocate_unwritten_extents() 1488 if (phys_cpos) { in ocfs2_allocate_unwritten_extents() 1766 u32 trunc_start, trunc_len, trunc_end, trunc_cpos, phys_cpos; in ocfs2_remove_inode_range() local 1905 phys_cpos = ocfs2_blocks_to_clusters(inode->i_sb, blkno); in ocfs2_remove_inode_range() 1908 phys_cpos, trunc_len, flags, in ocfs2_remove_inode_range() 2147 u32 cpos, clusters, extent_len, phys_cpos; in ocfs2_check_range_for_refcount() local 2159 ret = ocfs2_get_clusters(inode, cpos, &phys_cpos, &extent_len, in ocfs2_check_range_for_refcount() 2166 if (phys_cpos && (extent_flags & OCFS2_EXT_REFCOUNTED)) { in ocfs2_check_range_for_refcount()
|
H A D | alloc.h | 128 u32 cpos, u32 phys_cpos, u32 len, int flags,
|
H A D | xattr.c | 761 u32 cpos, u32 phys_cpos, u32 len, in __ocfs2_remove_xattr_range() argument 766 u64 phys_blkno = ocfs2_clusters_to_blocks(inode->i_sb, phys_cpos); in __ocfs2_remove_xattr_range() 812 u32 trunc_len, cpos, phys_cpos, alloc_size; in ocfs2_xattr_shrink_size() local 821 ret = ocfs2_xattr_get_clusters(inode, cpos, &phys_cpos, in ocfs2_xattr_shrink_size() 833 phys_cpos, alloc_size, in ocfs2_xattr_shrink_size() 840 block = ocfs2_clusters_to_blocks(inode->i_sb, phys_cpos); in ocfs2_xattr_shrink_size()
|
H A D | alloc.c | 5699 u32 cpos, u32 phys_cpos, u32 len, int flags, in ocfs2_remove_btree_range() argument 5704 u64 phys_blkno = ocfs2_clusters_to_blocks(inode->i_sb, phys_cpos); in ocfs2_remove_btree_range() 7216 u32 new_highest_cpos, range, trunc_cpos, trunc_len, phys_cpos, coff; in ocfs2_commit_truncate() local 7342 phys_cpos = ocfs2_blocks_to_clusters(inode->i_sb, blkno); in ocfs2_commit_truncate() 7354 phys_cpos, trunc_len, flags, &dealloc, in ocfs2_commit_truncate()
|