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);
717 * results - on successful return, set to the starting block number
725 int dbAlloc(struct inode *ip, s64 hint, s64 nblocks, s64 * results)
762 rc = dbAllocAny(bmp, nblocks, l2nb, results);
819 *results = blkno;
843 dbAllocNear(bmp, dp, blkno, (int) nblocks, l2nb, results))
855 if ((rc = dbAllocDmapLev(bmp, dp, (int) nblocks, l2nb, results))
872 if ((rc = dbAllocAG(bmp, agno, nblocks, l2nb, results)) != -ENOSPC)
888 if ((rc = dbAllocAG(bmp, agno, nblocks, l2nb, results)) == -ENOSPC)
889 rc = dbAllocAny(bmp, nblocks, l2nb, results);
991 * results - on successful return, set to the starting block number
1004 s64 blkno, s64 nblocks, s64 addnblocks, s64 * results)
1011 *results = blkno;
1024 (ip, blkno + nblocks - 1, addnblocks + nblocks, results));
1271 * results - on successful return, set to the starting block number
1283 struct dmap * dp, s64 blkno, int nblocks, int l2nb, s64 * results)
1327 *results = blkno;
1380 * results - on successful return, set to the starting block number
1391 dbAllocAG(struct bmap * bmp, int agno, s64 nblocks, int l2nb, s64 * results)
1432 rc = dbAllocCtl(bmp, nblocks, l2nb, blkno, results);
1545 rc = dbAllocCtl(bmp, nblocks, l2nb, blkno, results);
1579 * results - on successful return, set to the starting block number
1589 static int dbAllocAny(struct bmap * bmp, s64 nblocks, int l2nb, s64 * results)
1605 rc = dbAllocCtl(bmp, nblocks, l2nb, blkno, results);
1860 * results - on successful return, set to the starting block number
1871 dbAllocCtl(struct bmap * bmp, s64 nblocks, int l2nb, s64 blkno, s64 * results)
1891 rc = dbAllocDmapLev(bmp, dp, (int) nblocks, l2nb, results);
1944 /* set the results (starting block number) and return.
1946 *results = blkno;
2010 * results - on successful return, set to the starting block number
2023 struct dmap * dp, int nblocks, int l2nb, s64 * results)
2055 *results = blkno;