Home
last modified time | relevance | path

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

/Linux-v6.6/fs/xfs/
Dxfs_rtalloc.c916 xfs_rtblock_t nrextents; /* new number of realtime extents */ in xfs_growfs_rt() local
977 nrextents = nrblocks; in xfs_growfs_rt()
978 do_div(nrextents, in->extsize); in xfs_growfs_rt()
979 nrbmblocks = howmany_64(nrextents, NBBY * sbp->sb_blocksize); in xfs_growfs_rt()
980 nrextslog = xfs_highbit32(nrextents); in xfs_growfs_rt()