Searched refs:last_fsb (Results 1 – 2 of 2) sorted by relevance
109 xfs_fileoff_t *last_fsb) in xfs_iomap_eof_align_last_fsb() argument114 xfs_fileoff_t new_last_fsb = roundup_64(*last_fsb, align); in xfs_iomap_eof_align_last_fsb()121 *last_fsb = new_last_fsb; in xfs_iomap_eof_align_last_fsb()153 xfs_fileoff_t last_fsb; in xfs_iomap_write_direct() local173 last_fsb = XFS_B_TO_FSB(mp, ((xfs_ufsize_t)(offset + count))); in xfs_iomap_write_direct()184 error = xfs_iomap_eof_align_last_fsb(ip, extsz, &last_fsb); in xfs_iomap_write_direct()189 last_fsb = min(last_fsb, (xfs_fileoff_t) in xfs_iomap_write_direct()193 count_fsb = last_fsb - offset_fsb; in xfs_iomap_write_direct()
786 xfs_fileoff_t last_fsb; in xfs_free_eofblocks() local797 last_fsb = XFS_B_TO_FSB(mp, mp->m_super->s_maxbytes); in xfs_free_eofblocks()798 if (last_fsb <= end_fsb) in xfs_free_eofblocks()800 map_len = last_fsb - end_fsb; in xfs_free_eofblocks()