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);
710 int dbAlloc(struct inode *ip, s64 hint, s64 nblocks, s64 * results) in dbAlloc() argument
747 rc = dbAllocAny(bmp, nblocks, l2nb, results); in dbAlloc()
804 *results = blkno; in dbAlloc()
828 dbAllocNear(bmp, dp, blkno, (int) nblocks, l2nb, results)) in dbAlloc()
840 if ((rc = dbAllocDmapLev(bmp, dp, (int) nblocks, l2nb, results)) in dbAlloc()
857 if ((rc = dbAllocAG(bmp, agno, nblocks, l2nb, results)) != -ENOSPC) in dbAlloc()
873 if ((rc = dbAllocAG(bmp, agno, nblocks, l2nb, results)) == -ENOSPC) in dbAlloc()
874 rc = dbAllocAny(bmp, nblocks, l2nb, results); in dbAlloc()
921 s64 blkno, s64 nblocks, s64 addnblocks, s64 * results) in dbReAlloc() argument
928 *results = blkno; in dbReAlloc()
941 (ip, blkno + nblocks - 1, addnblocks + nblocks, results)); in dbReAlloc()
1200 struct dmap * dp, s64 blkno, int nblocks, int l2nb, s64 * results) in dbAllocNear() argument
1244 *results = blkno; in dbAllocNear()
1308 dbAllocAG(struct bmap * bmp, int agno, s64 nblocks, int l2nb, s64 * results) in dbAllocAG() argument
1349 rc = dbAllocCtl(bmp, nblocks, l2nb, blkno, results); in dbAllocAG()
1462 rc = dbAllocCtl(bmp, nblocks, l2nb, blkno, results); in dbAllocAG()
1506 static int dbAllocAny(struct bmap * bmp, s64 nblocks, int l2nb, s64 * results) in dbAllocAny() argument
1522 rc = dbAllocCtl(bmp, nblocks, l2nb, blkno, results); in dbAllocAny()
1788 dbAllocCtl(struct bmap * bmp, s64 nblocks, int l2nb, s64 blkno, s64 * results) in dbAllocCtl() argument
1808 rc = dbAllocDmapLev(bmp, dp, (int) nblocks, l2nb, results); in dbAllocCtl()
1863 *results = blkno; in dbAllocCtl()
1940 struct dmap * dp, int nblocks, int l2nb, s64 * results) in dbAllocDmapLev() argument
1969 *results = blkno; in dbAllocDmapLev()