Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/xfs/
Dxfs_rtalloc.c1936 xfs_drtbno_t nrextents; /* new number of realtime extents */ in xfs_growfs_rt() local
1969 nrextents = nrblocks; in xfs_growfs_rt()
1970 do_div(nrextents, in->extsize); in xfs_growfs_rt()
1971 nrbmblocks = roundup_64(nrextents, NBBY * sbp->sb_blocksize); in xfs_growfs_rt()
1972 nrextslog = xfs_highbit32(nrextents); in xfs_growfs_rt()