Lines Matching refs:results
85 static int dbAllocAny(struct bmap * bmp, s64 nblocks, int l2nb, s64 * results);
90 int l2nb, s64 * results);
95 s64 * results);
97 s64 * results);
99 s64 * results);
700 int dbAlloc(struct inode *ip, s64 hint, s64 nblocks, s64 * results) in dbAlloc() argument
737 rc = dbAllocAny(bmp, nblocks, l2nb, results); in dbAlloc()
794 *results = blkno; in dbAlloc()
818 dbAllocNear(bmp, dp, blkno, (int) nblocks, l2nb, results)) in dbAlloc()
830 if ((rc = dbAllocDmapLev(bmp, dp, (int) nblocks, l2nb, results)) in dbAlloc()
847 if ((rc = dbAllocAG(bmp, agno, nblocks, l2nb, results)) != -ENOSPC) in dbAlloc()
863 if ((rc = dbAllocAG(bmp, agno, nblocks, l2nb, results)) == -ENOSPC) in dbAlloc()
864 rc = dbAllocAny(bmp, nblocks, l2nb, results); in dbAlloc()
979 s64 blkno, s64 nblocks, s64 addnblocks, s64 * results) in dbReAlloc() argument
986 *results = blkno; in dbReAlloc()
999 (ip, blkno + nblocks - 1, addnblocks + nblocks, results)); in dbReAlloc()
1258 struct dmap * dp, s64 blkno, int nblocks, int l2nb, s64 * results) in dbAllocNear() argument
1302 *results = blkno; in dbAllocNear()
1366 dbAllocAG(struct bmap * bmp, int agno, s64 nblocks, int l2nb, s64 * results) in dbAllocAG() argument
1407 rc = dbAllocCtl(bmp, nblocks, l2nb, blkno, results); in dbAllocAG()
1520 rc = dbAllocCtl(bmp, nblocks, l2nb, blkno, results); in dbAllocAG()
1564 static int dbAllocAny(struct bmap * bmp, s64 nblocks, int l2nb, s64 * results) in dbAllocAny() argument
1580 rc = dbAllocCtl(bmp, nblocks, l2nb, blkno, results); in dbAllocAny()
1846 dbAllocCtl(struct bmap * bmp, s64 nblocks, int l2nb, s64 blkno, s64 * results) in dbAllocCtl() argument
1866 rc = dbAllocDmapLev(bmp, dp, (int) nblocks, l2nb, results); in dbAllocCtl()
1921 *results = blkno; in dbAllocCtl()
1998 struct dmap * dp, int nblocks, int l2nb, s64 * results) in dbAllocDmapLev() argument
2027 *results = blkno; in dbAllocDmapLev()