Searched refs:last_fsb (Results 1 – 2 of 2) sorted by relevance
150 xfs_fileoff_t *last_fsb) in xfs_iomap_eof_align_last_fsb() argument155 xfs_fileoff_t new_last_fsb = roundup_64(*last_fsb, align); in xfs_iomap_eof_align_last_fsb()162 *last_fsb = new_last_fsb; in xfs_iomap_eof_align_last_fsb()177 xfs_fileoff_t last_fsb; in xfs_iomap_write_direct() local197 last_fsb = XFS_B_TO_FSB(mp, ((xfs_ufsize_t)(offset + count))); in xfs_iomap_write_direct()208 error = xfs_iomap_eof_align_last_fsb(ip, extsz, &last_fsb); in xfs_iomap_write_direct()213 last_fsb = min(last_fsb, (xfs_fileoff_t) in xfs_iomap_write_direct()217 count_fsb = last_fsb - offset_fsb; in xfs_iomap_write_direct()
781 xfs_fileoff_t last_fsb; in xfs_free_eofblocks() local792 last_fsb = XFS_B_TO_FSB(mp, mp->m_super->s_maxbytes); in xfs_free_eofblocks()793 if (last_fsb <= end_fsb) in xfs_free_eofblocks()795 map_len = last_fsb - end_fsb; in xfs_free_eofblocks()