Lines Matching defs:dbAllocCtl
85 static int dbAllocCtl(struct bmap * bmp, s64 nblocks, int l2nb, s64 blkno,
1419 * just call dbAllocCtl() to search the dmap tree and allocate the
1422 * if the allocation group is completely free, dbAllocCtl() is
1432 rc = dbAllocCtl(bmp, nblocks, l2nb, blkno, results);
1439 "dbAllocCtl failed in free AG\n");
1545 rc = dbAllocCtl(bmp, nblocks, l2nb, blkno, results);
1605 rc = dbAllocCtl(bmp, nblocks, l2nb, blkno, results);
1826 * NAME: dbAllocCtl()
1871 dbAllocCtl(struct bmap * bmp, s64 nblocks, int l2nb, s64 blkno, s64 * results)
2019 * IWRITE_LOCK(ipbmap), e.g., dbAllocCtl(), held on entry/exit;