Lines Matching refs:results
72 static int dbAllocAny(struct bmap * bmp, s64 nblocks, int l2nb, s64 * results);
77 int l2nb, s64 * results);
82 s64 * results);
84 s64 * results);
86 s64 * results);
687 int dbAlloc(struct inode *ip, s64 hint, s64 nblocks, s64 * results) in dbAlloc() argument
724 rc = dbAllocAny(bmp, nblocks, l2nb, results); in dbAlloc()
781 *results = blkno; in dbAlloc()
805 dbAllocNear(bmp, dp, blkno, (int) nblocks, l2nb, results)) in dbAlloc()
817 if ((rc = dbAllocDmapLev(bmp, dp, (int) nblocks, l2nb, results)) in dbAlloc()
834 if ((rc = dbAllocAG(bmp, agno, nblocks, l2nb, results)) != -ENOSPC) in dbAlloc()
850 if ((rc = dbAllocAG(bmp, agno, nblocks, l2nb, results)) == -ENOSPC) in dbAlloc()
851 rc = dbAllocAny(bmp, nblocks, l2nb, results); in dbAlloc()
966 s64 blkno, s64 nblocks, s64 addnblocks, s64 * results) in dbReAlloc() argument
973 *results = blkno; in dbReAlloc()
986 (ip, blkno + nblocks - 1, addnblocks + nblocks, results)); in dbReAlloc()
1245 struct dmap * dp, s64 blkno, int nblocks, int l2nb, s64 * results) in dbAllocNear() argument
1289 *results = blkno; in dbAllocNear()
1353 dbAllocAG(struct bmap * bmp, int agno, s64 nblocks, int l2nb, s64 * results) in dbAllocAG() argument
1394 rc = dbAllocCtl(bmp, nblocks, l2nb, blkno, results); in dbAllocAG()
1507 rc = dbAllocCtl(bmp, nblocks, l2nb, blkno, results); in dbAllocAG()
1551 static int dbAllocAny(struct bmap * bmp, s64 nblocks, int l2nb, s64 * results) in dbAllocAny() argument
1567 rc = dbAllocCtl(bmp, nblocks, l2nb, blkno, results); in dbAllocAny()
1833 dbAllocCtl(struct bmap * bmp, s64 nblocks, int l2nb, s64 blkno, s64 * results) in dbAllocCtl() argument
1853 rc = dbAllocDmapLev(bmp, dp, (int) nblocks, l2nb, results); in dbAllocCtl()
1908 *results = blkno; in dbAllocCtl()
1985 struct dmap * dp, int nblocks, int l2nb, s64 * results) in dbAllocDmapLev() argument
2014 *results = blkno; in dbAllocDmapLev()