Searched refs:XFS_B_TO_FSBT (Results 1 – 9 of 9) sorted by relevance
/Linux-v4.19/fs/xfs/ |
D | xfs_iomap.c | 172 offset_fsb = XFS_B_TO_FSBT(mp, offset); in xfs_iomap_write_direct() 377 xfs_fileoff_t offset_fsb = XFS_B_TO_FSBT(mp, offset); in xfs_iomap_prealloc_size() 510 xfs_fileoff_t offset_fsb = XFS_B_TO_FSBT(mp, offset); in xfs_file_iomap_begin_delay() 583 p_end_fsb = XFS_B_TO_FSBT(mp, end_offset) + in xfs_file_iomap_begin_delay() 678 offset_fsb = XFS_B_TO_FSBT(mp, offset); in xfs_iomap_write_allocate() 826 offset_fsb = XFS_B_TO_FSBT(mp, offset); in xfs_iomap_write_unwritten() 1031 offset_fsb = XFS_B_TO_FSBT(mp, offset); in xfs_file_iomap_begin() 1165 start_fsb = XFS_B_TO_FSBT(mp, offset); in xfs_file_iomap_end_delalloc() 1224 xfs_fileoff_t offset_fsb = XFS_B_TO_FSBT(mp, offset); in xfs_xattr_iomap_begin()
|
D | xfs_pnfs.c | 147 offset_fsb = XFS_B_TO_FSBT(mp, offset); in xfs_fs_map_blocks() 209 error = xfs_bmapi_read(ip, XFS_B_TO_FSBT(ip->i_mount, isize - 1), 1, in xfs_pnfs_validate_isize()
|
D | xfs_reflink.c | 339 xfs_fileoff_t offset_fsb = XFS_B_TO_FSBT(mp, offset); in xfs_reflink_convert_cow() 593 offset_fsb = XFS_B_TO_FSBT(ip->i_mount, offset); in xfs_reflink_cancel_cow_range() 652 offset_fsb = XFS_B_TO_FSBT(ip->i_mount, offset); in xfs_reflink_end_cow() 1439 dfsbno = XFS_B_TO_FSBT(mp, pos_out); in xfs_reflink_remap_range() 1440 sfsbno = XFS_B_TO_FSBT(mp, pos_in); in xfs_reflink_remap_range() 1699 fbno = XFS_B_TO_FSBT(mp, offset); in xfs_reflink_unshare()
|
D | xfs_mount.c | 798 if (mp->m_sb.sb_inoalignmt >= XFS_B_TO_FSBT(mp, new_size)) in xfs_mountfs() 809 XFS_B_TO_FSBT(mp, mp->m_inode_cluster_size)) { in xfs_mountfs() 813 XFS_B_TO_FSBT(mp, mp->m_inode_cluster_size)); in xfs_mountfs()
|
D | xfs_aops.c | 313 xfs_fileoff_t offset_fsb = XFS_B_TO_FSBT(mp, offset), end_fsb; in xfs_map_blocks() 658 xfs_fileoff_t start_fsb = XFS_B_TO_FSBT(mp, offset); in xfs_aops_discard_page()
|
D | xfs_bmap_util.c | 898 startoffset_fsb = XFS_B_TO_FSBT(mp, offset); in xfs_alloc_file_space() 1133 endoffset_fsb = XFS_B_TO_FSBT(mp, offset + len); in xfs_free_file_space()
|
/Linux-v4.19/fs/xfs/libxfs/ |
D | xfs_dir2.c | 569 bno = XFS_B_TO_FSBT(mp, space * XFS_DIR2_SPACE_SIZE); in xfs_dir2_grow_inode()
|
D | xfs_format.h | 594 #define XFS_B_TO_FSBT(mp,b) (((uint64_t)(b)) >> (mp)->m_sb.sb_blocklog) macro
|
/Linux-v4.19/fs/xfs/scrub/ |
D | dir.c | 341 if (lblk != XFS_B_TO_FSBT(mp, XFS_DIR2_DATA_OFFSET)) in xchk_directory_data_bestfree()
|