Home
last modified time | relevance | path

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

/linux/fs/xfs/
A Dxfs_iomap.c365 xfs_fileoff_t offset_fsb = XFS_B_TO_FSBT(mp, offset); in xfs_iomap_prealloc_size()
513 offset_fsb = XFS_B_TO_FSBT(mp, offset); in xfs_iomap_write_unwritten()
728 xfs_fileoff_t offset_fsb = XFS_B_TO_FSBT(mp, offset); in xfs_direct_write_iomap_begin()
868 xfs_fileoff_t offset_fsb = XFS_B_TO_FSBT(mp, offset); in xfs_buffered_write_iomap_begin()
1008 p_end_fsb = XFS_B_TO_FSBT(mp, end_offset) + in xfs_buffered_write_iomap_begin()
1111 start_fsb = XFS_B_TO_FSBT(mp, offset); in xfs_buffered_write_iomap_end()
1157 xfs_fileoff_t offset_fsb = XFS_B_TO_FSBT(mp, offset); in xfs_read_iomap_begin()
1198 xfs_fileoff_t offset_fsb = XFS_B_TO_FSBT(mp, offset); in xfs_seek_iomap_begin()
1282 xfs_fileoff_t offset_fsb = XFS_B_TO_FSBT(mp, offset); in xfs_xattr_iomap_begin()
A Dxfs_aops.c118 XFS_B_TO_FSBT(mp, offset), in xfs_end_ioend()
263 xfs_fileoff_t offset_fsb = XFS_B_TO_FSBT(mp, offset); in xfs_map_blocks()
448 xfs_fileoff_t start_fsb = XFS_B_TO_FSBT(mp, fileoff); in xfs_discard_page()
449 xfs_fileoff_t pageoff_fsb = XFS_B_TO_FSBT(mp, pageoff); in xfs_discard_page()
A Dxfs_pnfs.c140 offset_fsb = XFS_B_TO_FSBT(mp, offset); in xfs_fs_map_blocks()
197 error = xfs_bmapi_read(ip, XFS_B_TO_FSBT(ip->i_mount, isize - 1), 1, in xfs_pnfs_validate_isize()
A Dxfs_reflink.c287 xfs_fileoff_t offset_fsb = XFS_B_TO_FSBT(mp, offset); in xfs_reflink_convert_cow()
539 offset_fsb = XFS_B_TO_FSBT(ip->i_mount, offset); in xfs_reflink_cancel_cow_range()
708 offset_fsb = XFS_B_TO_FSBT(ip->i_mount, offset); in xfs_reflink_end_cow()
1192 xfs_fileoff_t srcoff = XFS_B_TO_FSBT(mp, pos_in); in xfs_reflink_remap_blocks()
1193 xfs_fileoff_t destoff = XFS_B_TO_FSBT(mp, pos_out); in xfs_reflink_remap_blocks()
A Dxfs_mount.c709 XFS_B_TO_FSBT(mp, igeo->inode_cluster_size_raw)) { in xfs_mountfs()
713 XFS_B_TO_FSBT(mp, igeo->inode_cluster_size_raw)); in xfs_mountfs()
A Dxfs_bmap_util.c808 startoffset_fsb = XFS_B_TO_FSBT(mp, offset); in xfs_alloc_file_space()
980 endoffset_fsb = XFS_B_TO_FSBT(mp, offset + len); in xfs_free_file_space()
A Dxfs_super.c1556 if (!xfs_verify_fileoff(mp, XFS_B_TO_FSBT(mp, MAX_LFS_FILESIZE))) { in xfs_fs_fill_super()
1559 XFS_B_TO_FSBT(mp, MAX_LFS_FILESIZE), in xfs_fs_fill_super()
/linux/fs/xfs/libxfs/
A Dxfs_dir2.c571 bno = XFS_B_TO_FSBT(mp, space * XFS_DIR2_SPACE_SIZE); in xfs_dir2_grow_inode()
A Dxfs_format.h453 #define XFS_B_TO_FSBT(mp,b) (((uint64_t)(b)) >> (mp)->m_sb.sb_blocklog) macro
A Dxfs_ialloc.c2833 if (mp->m_sb.sb_inoalignmt >= XFS_B_TO_FSBT(mp, new_size)) in xfs_ialloc_setup_geometry()
2839 igeo->blocks_per_cluster = XFS_B_TO_FSBT(mp, in xfs_ialloc_setup_geometry()
A Dxfs_bmap.c4510 xfs_fileoff_t offset_fsb = XFS_B_TO_FSBT(mp, offset); in xfs_bmapi_convert_delalloc()
/linux/fs/xfs/scrub/
A Ddir.c362 if (lblk != XFS_B_TO_FSBT(mp, XFS_DIR2_DATA_OFFSET)) in xchk_directory_data_bestfree()

Completed in 41 milliseconds