Searched refs:phys_blkno (Results 1 – 5 of 5) sorted by relevance
/linux/fs/ocfs2/ |
H A D | move_extents.c | 205 u64 phys_blkno = ocfs2_clusters_to_blocks(inode->i_sb, phys_cpos); in ocfs2_defrag_extent() local 221 phys_blkno, in ocfs2_defrag_extent() 578 u64 phys_blkno, new_phys_blkno; in ocfs2_move_extent() local 580 phys_blkno = ocfs2_clusters_to_blocks(inode->i_sb, phys_cpos); in ocfs2_move_extent() 595 phys_blkno, in ocfs2_move_extent()
|
H A D | refcounttree.h | 41 u64 phys_blkno,
|
H A D | dir.c | 2468 u64 phys_blkno; in __ocfs2_dx_dir_new_cluster() local 2487 phys_blkno = ocfs2_clusters_to_blocks(osb->sb, phys); in __ocfs2_dx_dir_new_cluster() 2489 num_dx_leaves, phys_blkno); in __ocfs2_dx_dir_new_cluster() 2495 *ret_phys_blkno = phys_blkno; in __ocfs2_dx_dir_new_cluster() 2509 u64 phys_blkno; in ocfs2_dx_dir_new_cluster() local 2512 num_dx_leaves, &phys_blkno); in ocfs2_dx_dir_new_cluster() 2518 ret = ocfs2_insert_extent(handle, et, cpos, phys_blkno, 1, 0, in ocfs2_dx_dir_new_cluster()
|
H A D | alloc.c | 5712 u64 phys_blkno = ocfs2_clusters_to_blocks(inode->i_sb, phys_cpos); in ocfs2_remove_btree_range() local 5733 phys_blkno, in ocfs2_remove_btree_range() 5789 if (phys_blkno) { in ocfs2_remove_btree_range() 5793 phys_blkno), in ocfs2_remove_btree_range() 5798 phys_blkno, len); in ocfs2_remove_btree_range()
|
H A D | xattr.c | 766 u64 phys_blkno = ocfs2_clusters_to_blocks(inode->i_sb, phys_cpos); in __ocfs2_remove_xattr_range() local 792 phys_blkno), in __ocfs2_remove_xattr_range() 796 phys_blkno, len); in __ocfs2_remove_xattr_range()
|