Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/xfs/
Dxfs_bmap.c5519 int subnex; /* # of bmapi's can do */ in xfs_getbmap() local
5628 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()