Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_iomap.c487 xfs_fileoff_t offset_fsb = XFS_B_TO_FSBT(mp, offset); in xfs_iomap_prealloc_size()
630 offset_fsb = XFS_B_TO_FSBT(mp, offset); in xfs_iomap_write_unwritten()
856 xfs_fileoff_t offset_fsb = XFS_B_TO_FSBT(mp, offset); in xfs_direct_write_iomap_begin()
1128 const xfs_fileoff_t offset_fsb = XFS_B_TO_FSBT(mp, offset); in xfs_atomic_write_cow_iomap_begin()
1596 xfs_fileoff_t offset_fsb = XFS_B_TO_FSBT(mp, offset); in xfs_zoned_buffered_write_iomap_begin()
1765 xfs_fileoff_t offset_fsb = XFS_B_TO_FSBT(mp, offset); in xfs_buffered_write_iomap_begin()
1955 p_end_fsb = XFS_B_TO_FSBT(mp, end_offset) + in xfs_buffered_write_iomap_begin()
2106 xfs_fileoff_t offset_fsb = XFS_B_TO_FSBT(mp, offset); in xfs_read_iomap_begin()
2150 xfs_fileoff_t offset_fsb = XFS_B_TO_FSBT(mp, offset); in xfs_seek_iomap_begin()
2238 xfs_fileoff_t offset_fsb = XFS_B_TO_FSBT(mp, offset); in xfs_xattr_iomap_begin()
H A Dxfs_reflink.c342 xfs_fileoff_t offset_fsb = XFS_B_TO_FSBT(mp, offset); in xfs_reflink_convert_cow()
715 offset_fsb = XFS_B_TO_FSBT(ip->i_mount, offset); in xfs_reflink_cancel_cow_range()
944 offset_fsb = XFS_B_TO_FSBT(ip->i_mount, offset); in xfs_reflink_end_cow()
1008 offset_fsb = XFS_B_TO_FSBT(mp, offset); in xfs_reflink_end_atomic_cow()
1537 xfs_fileoff_t srcoff = XFS_B_TO_FSBT(mp, pos_in); in xfs_reflink_remap_blocks()
1538 xfs_fileoff_t destoff = XFS_B_TO_FSBT(mp, pos_out); in xfs_reflink_remap_blocks()
H A Dxfs_mount.c728 const xfs_filblks_t new_max_fsbs = XFS_B_TO_FSBT(mp, new_max_bytes); in xfs_set_max_atomic_write_opt()
947 XFS_B_TO_FSBT(mp, igeo->inode_cluster_size_raw)) { in xfs_mountfs()
951 XFS_B_TO_FSBT(mp, igeo->inode_cluster_size_raw)); in xfs_mountfs()
H A Dxfs_aops.c328 xfs_fileoff_t offset_fsb = XFS_B_TO_FSBT(mp, offset); in xfs_map_blocks()
572 xfs_fileoff_t offset_fsb = XFS_B_TO_FSBT(mp, offset); in xfs_zoned_map_blocks()
H A Dxfs_bmap_util.c445 xfs_fileoff_t start_fsb = XFS_B_TO_FSBT(mp, start_byte); in xfs_bmap_punch_delalloc_range()
682 startoffset_fsb = XFS_B_TO_FSBT(mp, offset); in xfs_alloc_file_space()
870 endoffset_fsb = XFS_B_TO_FSBT(mp, offset + len); in xfs_free_file_space()
H A Dxfs_exchrange.c201 .startoff1 = XFS_B_TO_FSBT(mp, fxr->file1_offset), in xfs_exchrange_mappings()
202 .startoff2 = XFS_B_TO_FSBT(mp, fxr->file2_offset), in xfs_exchrange_mappings()
H A Dxfs_super.c1862 if (!xfs_verify_fileoff(mp, XFS_B_TO_FSBT(mp, MAX_LFS_FILESIZE))) { in xfs_fs_fill_super()
1865 XFS_B_TO_FSBT(mp, MAX_LFS_FILESIZE), in xfs_fs_fill_super()
H A Dxfs_zone_alloc.c329 .br_startoff = XFS_B_TO_FSBT(mp, offset), in xfs_zoned_end_io()
/linux/fs/xfs/libxfs/
H A Dxfs_rtbitmap.h289 return XFS_B_TO_FSBT(mp, rsumoff * sizeof(xfs_suminfo_t)); in xfs_rtsumoffs_to_block()
H A Dxfs_ialloc.c3048 if (mp->m_sb.sb_inoalignmt >= XFS_B_TO_FSBT(mp, new_size)) in xfs_ialloc_setup_geometry()
3054 igeo->blocks_per_cluster = XFS_B_TO_FSBT(mp, in xfs_ialloc_setup_geometry()
H A Dxfs_dir2.c625 bno = XFS_B_TO_FSBT(mp, space * XFS_DIR2_SPACE_SIZE); in xfs_dir2_grow_inode()
H A Dxfs_format.h494 #define XFS_B_TO_FSBT(mp,b) (((uint64_t)(b)) >> (mp)->m_sb.sb_blocklog) macro
H A Dxfs_bmap.c4364 xfs_fileoff_t offset_fsb = XFS_B_TO_FSBT(mp, offset); in xfs_bmapi_convert_one_delalloc()
/linux/fs/xfs/scrub/
H A Dnewbt.c108 xnr->bload.max_dirty = XFS_B_TO_FSBT(sc->mp, 256U << 10); /* 256K */ in xrep_newbt_init_ag()
H A Dreap.c604 xfs_buf_inval_log_space(1, XFS_B_TO_FSBT(mp, max_binval)); in xreap_configure_agextent_limits()
683 xfs_buf_inval_log_space(1, XFS_B_TO_FSBT(mp, max_binval)); in xreap_configure_agcow_limits()
H A Dtempfile.c498 flush_mask = XFS_B_TO_FSBT(mp, (1U << 19)) - 1; in xrep_tempfile_copyin()