Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/xfs/
H A Dxfs_rtalloc.c908 xfs_rtblock_t nrextents; /* new number of realtime extents */ in xfs_growfs_rt() local
945 nrextents = nrblocks; in xfs_growfs_rt()
946 do_div(nrextents, in->extsize); in xfs_growfs_rt()
947 nrbmblocks = howmany_64(nrextents, NBBY * sbp->sb_blocksize); in xfs_growfs_rt()
948 nrextslog = xfs_highbit32(nrextents); in xfs_growfs_rt()
/kernel/linux/linux-6.6/fs/xfs/
H A Dxfs_rtalloc.c937 xfs_rtblock_t nrextents; /* new number of realtime extents */ in xfs_growfs_rt() local
998 nrextents = nrblocks; in xfs_growfs_rt()
999 do_div(nrextents, in->extsize); in xfs_growfs_rt()
1000 nrbmblocks = howmany_64(nrextents, NBBY * sbp->sb_blocksize); in xfs_growfs_rt()
1001 nrextslog = xfs_highbit32(nrextents); in xfs_growfs_rt()

Completed in 4 milliseconds