Home
last modified time | relevance | path

Searched refs:XFS_B_TO_FSBT (Results 1 – 10 of 10) sorted by relevance

/fs/xfs/
Dxfs_iomap.c196 offset_fsb = XFS_B_TO_FSBT(mp, offset); in xfs_iomap_write_direct()
402 xfs_fileoff_t offset_fsb = XFS_B_TO_FSBT(mp, offset); in xfs_iomap_prealloc_size()
535 xfs_fileoff_t offset_fsb = XFS_B_TO_FSBT(mp, offset); in xfs_file_iomap_begin_delay()
671 p_end_fsb = XFS_B_TO_FSBT(mp, end_offset) + in xfs_file_iomap_begin_delay()
752 offset_fsb = XFS_B_TO_FSBT(mp, offset); in xfs_iomap_write_unwritten()
958 offset_fsb = XFS_B_TO_FSBT(mp, offset); in xfs_file_iomap_begin()
1093 start_fsb = XFS_B_TO_FSBT(mp, offset); in xfs_file_iomap_end_delalloc()
1152 xfs_fileoff_t offset_fsb = XFS_B_TO_FSBT(mp, offset); in xfs_seek_iomap_begin()
1238 xfs_fileoff_t offset_fsb = XFS_B_TO_FSBT(mp, offset); in xfs_xattr_iomap_begin()
Dxfs_pnfs.c140 offset_fsb = XFS_B_TO_FSBT(mp, offset); in xfs_fs_map_blocks()
202 error = xfs_bmapi_read(ip, XFS_B_TO_FSBT(ip->i_mount, isize - 1), 1, in xfs_pnfs_validate_isize()
Dxfs_reflink.c289 xfs_fileoff_t offset_fsb = XFS_B_TO_FSBT(mp, offset); in xfs_reflink_convert_cow()
554 offset_fsb = XFS_B_TO_FSBT(ip->i_mount, offset); in xfs_reflink_cancel_cow_range()
718 offset_fsb = XFS_B_TO_FSBT(ip->i_mount, offset); in xfs_reflink_end_cow()
1129 destoff = XFS_B_TO_FSBT(src->i_mount, pos_out); in xfs_reflink_remap_blocks()
1130 srcoff = XFS_B_TO_FSBT(src->i_mount, pos_in); in xfs_reflink_remap_blocks()
1614 fbno = XFS_B_TO_FSBT(mp, offset); in xfs_reflink_unshare()
Dxfs_mount.c745 XFS_B_TO_FSBT(mp, igeo->inode_cluster_size_raw)) { in xfs_mountfs()
749 XFS_B_TO_FSBT(mp, igeo->inode_cluster_size_raw)); in xfs_mountfs()
Dxfs_aops.c496 xfs_fileoff_t offset_fsb = XFS_B_TO_FSBT(mp, offset); in xfs_map_blocks()
831 xfs_fileoff_t start_fsb = XFS_B_TO_FSBT(mp, offset); in xfs_aops_discard_page()
Dxfs_bmap_util.c894 startoffset_fsb = XFS_B_TO_FSBT(mp, offset); in xfs_alloc_file_space()
1092 endoffset_fsb = XFS_B_TO_FSBT(mp, offset + len); in xfs_free_file_space()
/fs/xfs/libxfs/
Dxfs_dir2.c565 bno = XFS_B_TO_FSBT(mp, space * XFS_DIR2_SPACE_SIZE); in xfs_dir2_grow_inode()
Dxfs_ialloc.c2825 if (mp->m_sb.sb_inoalignmt >= XFS_B_TO_FSBT(mp, new_size)) in xfs_ialloc_setup_geometry()
2831 igeo->blocks_per_cluster = XFS_B_TO_FSBT(mp, in xfs_ialloc_setup_geometry()
Dxfs_format.h590 #define XFS_B_TO_FSBT(mp,b) (((uint64_t)(b)) >> (mp)->m_sb.sb_blocklog) macro
/fs/xfs/scrub/
Ddir.c337 if (lblk != XFS_B_TO_FSBT(mp, XFS_DIR2_DATA_OFFSET)) in xchk_directory_data_bestfree()