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