nrextslog         892 fs/xfs/xfs_rtalloc.c 	uint8_t		nrextslog;	/* new log2 of sb_rextents */
nrextslog         931 fs/xfs/xfs_rtalloc.c 	nrextslog = xfs_highbit32(nrextents);
nrextslog         932 fs/xfs/xfs_rtalloc.c 	nrsumlevels = nrextslog + 1;