Searched refs:XFS_B_TO_FSBT (Results 1 – 10 of 10) sorted by relevance
| /linux/fs/xfs/ |
| H A D | xfs_iomap.c | 490 xfs_fileoff_t offset_fsb = XFS_B_TO_FSBT(mp, offset); in xfs_iomap_prealloc_size() 633 offset_fsb = XFS_B_TO_FSBT(mp, offset); in xfs_iomap_write_unwritten() 859 xfs_fileoff_t offset_fsb = XFS_B_TO_FSBT(mp, offset); in xfs_direct_write_iomap_begin() 1131 const xfs_fileoff_t offset_fsb = XFS_B_TO_FSBT(mp, offset); in xfs_atomic_write_cow_iomap_begin() 1600 xfs_fileoff_t offset_fsb = XFS_B_TO_FSBT(mp, offset); in xfs_zoned_buffered_write_iomap_begin() 1789 xfs_fileoff_t offset_fsb = XFS_B_TO_FSBT(mp, offset); in xfs_buffered_write_iomap_begin() 2037 p_end_fsb = XFS_B_TO_FSBT(mp, end_offset) + in xfs_buffered_write_delalloc_punch() 2188 xfs_fileoff_t offset_fsb = XFS_B_TO_FSBT(mp, offset); in xfs_seek_iomap_begin() 2232 xfs_fileoff_t offset_fsb = XFS_B_TO_FSBT(mp, offset); in xfs_xattr_iomap_begin() 2320 xfs_fileoff_t offset_fsb = XFS_B_TO_FSBT(m [all...] |
| H A D | xfs_mount.c | 728 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 D | xfs_super.c | 1842 if (!xfs_verify_fileoff(mp, XFS_B_TO_FSBT(mp, MAX_LFS_FILESIZE))) { in xfs_fs_fill_super() 1845 XFS_B_TO_FSBT(mp, MAX_LFS_FILESIZE), in xfs_fs_fill_super()
|
| H A D | xfs_zone_alloc.c | 328 .br_startoff = XFS_B_TO_FSBT(mp, offset), in xfs_zoned_end_io()
|
| /linux/fs/xfs/libxfs/ |
| H A D | xfs_rtbitmap.h | 289 return XFS_B_TO_FSBT(mp, rsumoff * sizeof(xfs_suminfo_t)); in xfs_rtsumoffs_to_block()
|
| H A D | xfs_ialloc.c | 3049 if (mp->m_sb.sb_inoalignmt >= XFS_B_TO_FSBT(mp, new_size)) in xfs_ialloc_setup_geometry() 3055 igeo->blocks_per_cluster = XFS_B_TO_FSBT(mp, in xfs_ialloc_setup_geometry()
|
| H A D | xfs_format.h | 494 #define XFS_B_TO_FSBT(mp,b) (((uint64_t)(b)) >> (mp)->m_sb.sb_blocklog) macro
|
| H A D | xfs_dir2.c | 624 bno = XFS_B_TO_FSBT(mp, space * XFS_DIR2_SPACE_SIZE); in xfs_dir2_grow_inode()
|
| /linux/fs/xfs/scrub/ |
| H A D | newbt.c | 108 xnr->bload.max_dirty = XFS_B_TO_FSBT(sc->mp, 256U << 10); /* 256K */ in xrep_newbt_init_ag()
|
| H A D | dir.c | 483 if (lblk != XFS_B_TO_FSBT(mp, XFS_DIR2_DATA_OFFSET)) in xchk_directory_data_bestfree()
|