Lines Matching defs:dbAllocCtl
85 static int dbAllocCtl(struct bmap * bmp, s64 nblocks, int l2nb, s64 blkno,
1351 * just call dbAllocCtl() to search the dmap tree and allocate the
1354 * if the allocation group is completely free, dbAllocCtl() is
1364 rc = dbAllocCtl(bmp, nblocks, l2nb, blkno, results);
1371 "dbAllocCtl failed in free AG\n");
1477 rc = dbAllocCtl(bmp, nblocks, l2nb, blkno, results);
1537 rc = dbAllocCtl(bmp, nblocks, l2nb, blkno, results);
1758 * NAME: dbAllocCtl()
1803 dbAllocCtl(struct bmap * bmp, s64 nblocks, int l2nb, s64 blkno, s64 * results)
1951 * IWRITE_LOCK(ipbmap), e.g., dbAllocCtl(), held on entry/exit;