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);
923 * results - on successful return, set to the starting block number
936 s64 blkno, s64 nblocks, s64 addnblocks, s64 * results)
943 *results = blkno;
956 (ip, blkno + nblocks - 1, addnblocks + nblocks, results));
1203 * results - on successful return, set to the starting block number
1215 struct dmap * dp, s64 blkno, int nblocks, int l2nb, s64 * results)
1259 *results = blkno;
1312 * results - on successful return, set to the starting block number
1323 dbAllocAG(struct bmap * bmp, int agno, s64 nblocks, int l2nb, s64 * results)
1364 rc = dbAllocCtl(bmp, nblocks, l2nb, blkno, results);
1477 rc = dbAllocCtl(bmp, nblocks, l2nb, blkno, results);
1511 * results - on successful return, set to the starting block number
1521 static int dbAllocAny(struct bmap * bmp, s64 nblocks, int l2nb, s64 * results)
1537 rc = dbAllocCtl(bmp, nblocks, l2nb, blkno, results);
1792 * results - on successful return, set to the starting block number
1803 dbAllocCtl(struct bmap * bmp, s64 nblocks, int l2nb, s64 blkno, s64 * results)
1823 rc = dbAllocDmapLev(bmp, dp, (int) nblocks, l2nb, results);
1876 /* set the results (starting block number) and return.
1878 *results = blkno;
1942 * results - on successful return, set to the starting block number
1955 struct dmap * dp, int nblocks, int l2nb, s64 * results)
1987 *results = blkno;