Home
last modified time | relevance | path

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

/Linux-v5.10/fs/xfs/
Dxfs_bmap_util.c642 xfs_fileoff_t last_fsb; in xfs_free_eofblocks() local
653 last_fsb = XFS_B_TO_FSB(mp, mp->m_super->s_maxbytes); in xfs_free_eofblocks()
654 if (last_fsb <= end_fsb) in xfs_free_eofblocks()
656 map_len = last_fsb - end_fsb; in xfs_free_eofblocks()