Searched refs:phys_blkno (Results 1 – 6 of 6) sorted by relevance
/fs/ocfs2/ |
D | move_extents.c | 217 u64 phys_blkno = ocfs2_clusters_to_blocks(inode->i_sb, phys_cpos); in ocfs2_defrag_extent() local 233 phys_blkno, in ocfs2_defrag_extent() 589 u64 phys_blkno, new_phys_blkno; in ocfs2_move_extent() local 591 phys_blkno = ocfs2_clusters_to_blocks(inode->i_sb, phys_cpos); in ocfs2_move_extent() 606 phys_blkno, in ocfs2_move_extent()
|
D | refcounttree.h | 43 u64 phys_blkno,
|
D | dir.c | 2437 u64 phys_blkno; in __ocfs2_dx_dir_new_cluster() local 2456 phys_blkno = ocfs2_clusters_to_blocks(osb->sb, phys); in __ocfs2_dx_dir_new_cluster() 2458 num_dx_leaves, phys_blkno); in __ocfs2_dx_dir_new_cluster() 2464 *ret_phys_blkno = phys_blkno; in __ocfs2_dx_dir_new_cluster() 2478 u64 phys_blkno; in ocfs2_dx_dir_new_cluster() local 2481 num_dx_leaves, &phys_blkno); in ocfs2_dx_dir_new_cluster() 2487 ret = ocfs2_insert_extent(handle, et, cpos, phys_blkno, 1, 0, in ocfs2_dx_dir_new_cluster()
|
D | alloc.c | 5700 u64 phys_blkno = ocfs2_clusters_to_blocks(inode->i_sb, phys_cpos); in ocfs2_remove_btree_range() local 5721 phys_blkno, in ocfs2_remove_btree_range() 5777 if (phys_blkno) { in ocfs2_remove_btree_range() 5781 phys_blkno), in ocfs2_remove_btree_range() 5786 phys_blkno, len); in ocfs2_remove_btree_range()
|
D | refcounttree.c | 2521 u64 phys_blkno, in ocfs2_prepare_refcount_change_for_del() argument 2529 u64 start_cpos = ocfs2_blocks_to_clusters(inode->i_sb, phys_blkno); in ocfs2_prepare_refcount_change_for_del()
|
D | xattr.c | 772 u64 phys_blkno = ocfs2_clusters_to_blocks(inode->i_sb, phys_cpos); in __ocfs2_remove_xattr_range() local 798 phys_blkno), in __ocfs2_remove_xattr_range() 802 phys_blkno, len); in __ocfs2_remove_xattr_range()
|