Searched refs:subnex (Results 1 – 1 of 1) sorted by relevance
531 int subnex; /* # of bmapi's can do */ in xfs_getbmap() local638 subnex = 16; in xfs_getbmap()639 map = kmem_alloc(subnex * sizeof(*map), KM_MAYFAIL | KM_NOFS); in xfs_getbmap()654 nmap = (nexleft > subnex) ? subnex : nexleft; in xfs_getbmap()660 ASSERT(nmap <= subnex); in xfs_getbmap()