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

/linux-4.1.27/fs/xfs/
H A Dxfs_rtalloc.c895 xfs_rtblock_t nrextents; /* new number of realtime extents */ xfs_growfs_rt() local
931 nrextents = nrblocks; xfs_growfs_rt()
932 do_div(nrextents, in->extsize); xfs_growfs_rt()
933 nrbmblocks = howmany_64(nrextents, NBBY * sbp->sb_blocksize); xfs_growfs_rt()
934 nrextslog = xfs_highbit32(nrextents); xfs_growfs_rt()

Completed in 81 milliseconds