Lines Matching defs:blkno
446 s64 blkno = offsetXAD(xp) >> ip->i_blkbits;
454 if ((rc = extAlloc(ip, nbperpage, blkno, xp, false)))
486 * blkno - pointer to a block address that is filled in on successful
496 extBalloc(struct inode *ip, s64 hint, s64 * nblocks, s64 * blkno)
539 *blkno = daddr;
580 * blkno - starting block number of the extents current allocation.
595 s64 blkno, s64 nblks, s64 * newnblks, s64 * newblkno)
600 if ((rc = dbExtend(ip, blkno, nblks, *newnblks - nblks)) == 0) {
601 *newblkno = blkno;
611 return (extBalloc(ip, blkno, newnblks, newblkno));