Home
last modified time | relevance | path

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

/linux-4.1.27/fs/xfs/
Dxfs_iomap.c142 offset_fsb = XFS_B_TO_FSBT(mp, offset); in xfs_iomap_write_direct()
283 start_fsb = XFS_B_TO_FSBT(mp, ((xfs_ufsize_t)(offset + count - 1))); in xfs_iomap_eof_want_preallocate()
559 offset_fsb = XFS_B_TO_FSBT(mp, offset); in xfs_iomap_write_delay()
574 ioalign = XFS_B_TO_FSBT(mp, aligned_offset); in xfs_iomap_write_delay()
669 offset_fsb = XFS_B_TO_FSBT(mp, offset); in xfs_iomap_write_allocate()
822 offset_fsb = XFS_B_TO_FSBT(mp, offset); in xfs_iomap_write_unwritten()
Dxfs_pnfs.c168 offset_fsb = XFS_B_TO_FSBT(mp, offset); in xfs_fs_map_blocks()
225 error = xfs_bmapi_read(ip, XFS_B_TO_FSBT(ip->i_mount, isize - 1), 1, in xfs_pnfs_validate_isize()
Dxfs_file.c403 xfs_fileoff_t last_fsb = XFS_B_TO_FSBT(mp, isize); in xfs_zero_last_block()
484 last_fsb = isize ? XFS_B_TO_FSBT(mp, isize - 1) : (xfs_fileoff_t)-1; in xfs_zero_eof()
486 end_zero_fsb = XFS_B_TO_FSBT(mp, offset - 1); in xfs_zero_eof()
1326 fsbno = XFS_B_TO_FSBT(mp, start); in xfs_seek_hole_data()
Dxfs_mount.c507 XFS_B_TO_FSBT(mp, mp->m_inode_cluster_size)) in xfs_set_inoalignment()
723 if (mp->m_sb.sb_inoalignmt >= XFS_B_TO_FSBT(mp, new_size)) in xfs_mountfs()
Dxfs_aops.c309 offset_fsb = XFS_B_TO_FSBT(mp, offset); in xfs_map_blocks()
908 start_fsb = XFS_B_TO_FSBT(ip->i_mount, offset); in xfs_aops_discard_page()
1393 offset_fsb = XFS_B_TO_FSBT(mp, offset); in __xfs_get_blocks()
Dxfs_bmap_util.c970 startoffset_fsb = XFS_B_TO_FSBT(mp, offset); in xfs_alloc_file_space()
1125 offset_fsb = XFS_B_TO_FSBT(mp, offset); in xfs_zero_remaining_bytes()
1202 endoffset_fsb = XFS_B_TO_FSBT(mp, offset + len); in xfs_free_file_space()
/linux-4.1.27/fs/xfs/libxfs/
Dxfs_dir2.c592 bno = XFS_B_TO_FSBT(mp, space * XFS_DIR2_SPACE_SIZE); in xfs_dir2_grow_inode()
Dxfs_format.h550 #define XFS_B_TO_FSBT(mp,b) (((__uint64_t)(b)) >> (mp)->m_sb.sb_blocklog) macro
Dxfs_ialloc.c52 XFS_B_TO_FSBT(mp, mp->m_inode_cluster_size)) in xfs_ialloc_cluster_alignment()