Lines Matching defs:blkno
332 int dbFree(struct inode *ip, s64 blkno, s64 nblocks) in dbFree()
419 int free, s64 blkno, s64 nblocks, struct tblock * tblk) in dbUpdatePMap()
701 s64 lblkno, blkno; in dbAlloc() local
888 int dbAllocExact(struct inode *ip, s64 blkno, int nblocks) in dbAllocExact()
974 s64 blkno, s64 nblocks, s64 addnblocks, s64 * results) in dbReAlloc()
1021 static int dbExtend(struct inode *ip, s64 blkno, s64 nblocks, s64 addnblocks) in dbExtend()
1122 static int dbAllocNext(struct bmap * bmp, struct dmap * dp, s64 blkno, in dbAllocNext()
1256 struct dmap * dp, s64 blkno, int nblocks, int l2nb, s64 * results) in dbAllocNear()
1370 s64 blkno, lblkno; in dbAllocAG() local
1569 s64 blkno = 0; in dbAllocAny() local
1620 static int dbFindCtl(struct bmap * bmp, int l2nb, int level, s64 * blkno) in dbFindCtl()
1739 dbAllocCtl(struct bmap * bmp, s64 nblocks, int l2nb, s64 blkno, s64 * results) in dbAllocCtl()
1894 s64 blkno; in dbAllocDmapLev() local
1954 static int dbAllocDmap(struct bmap * bmp, struct dmap * dp, s64 blkno, in dbAllocDmap()
2009 static int dbFreeDmap(struct bmap * bmp, struct dmap * dp, s64 blkno, in dbFreeDmap()
2071 static void dbAllocBits(struct bmap * bmp, struct dmap * dp, s64 blkno, in dbAllocBits()
2218 static int dbFreeBits(struct bmap * bmp, struct dmap * dp, s64 blkno, in dbFreeBits()
2402 dbAdjCtl(struct bmap * bmp, s64 blkno, int newval, int alloc, int level) in dbAdjCtl()
3104 int dbAllocBottomUp(struct inode *ip, s64 blkno, s64 nblocks) in dbAllocBottomUp()
3159 static int dbAllocDmapBU(struct bmap * bmp, struct dmap * dp, s64 blkno, in dbAllocDmapBU()
3280 int dbExtendFS(struct inode *ipbmap, s64 blkno, s64 nblocks) in dbExtendFS()
3646 int blkno, w, b, r, nw, nb, i; in dbInitDmap() local