Searched refs:subnex (Results 1 – 1 of 1) sorted by relevance
5519 int subnex; /* # of bmapi's can do */ in xfs_getbmap() local5628 subnex = 16; in xfs_getbmap()5629 map = kmem_alloc(subnex * sizeof(*map), KM_SLEEP); in xfs_getbmap()5641 nmap = (nexleft > subnex) ? subnex : nexleft; in xfs_getbmap()5647 ASSERT(nmap <= subnex); in xfs_getbmap()5706 kmem_free(map, subnex * sizeof(*map)); in xfs_getbmap()