Lines Matching defs:blkno
355 int dbFree(struct inode *ip, s64 blkno, s64 nblocks) in dbFree()
450 int free, s64 blkno, s64 nblocks, struct tblock * tblk) in dbUpdatePMap()
731 s64 lblkno, blkno; in dbAlloc() local
918 int dbAllocExact(struct inode *ip, s64 blkno, int nblocks) in dbAllocExact()
1004 s64 blkno, s64 nblocks, s64 addnblocks, s64 * results) in dbReAlloc()
1051 static int dbExtend(struct inode *ip, s64 blkno, s64 nblocks, s64 addnblocks) in dbExtend()
1150 static int dbAllocNext(struct bmap * bmp, struct dmap * dp, s64 blkno, in dbAllocNext()
1283 struct dmap * dp, s64 blkno, int nblocks, int l2nb, s64 * results) in dbAllocNear()
1396 s64 blkno, lblkno; in dbAllocAG() local
1592 s64 blkno = 0; in dbAllocAny() local
1648 s64 nblocks, blkno; in dbDiscardAG() local
1654 u64 blkno; in dbDiscardAG() member
1752 static int dbFindCtl(struct bmap * bmp, int l2nb, int level, s64 * blkno) in dbFindCtl()
1871 dbAllocCtl(struct bmap * bmp, s64 nblocks, int l2nb, s64 blkno, s64 * results) in dbAllocCtl()
2025 s64 blkno; in dbAllocDmapLev() local
2088 static int dbAllocDmap(struct bmap * bmp, struct dmap * dp, s64 blkno, in dbAllocDmap()
2143 static int dbFreeDmap(struct bmap * bmp, struct dmap * dp, s64 blkno, in dbFreeDmap()
2205 static void dbAllocBits(struct bmap * bmp, struct dmap * dp, s64 blkno, in dbAllocBits()
2352 static int dbFreeBits(struct bmap * bmp, struct dmap * dp, s64 blkno, in dbFreeBits()
2536 dbAdjCtl(struct bmap * bmp, s64 blkno, int newval, int alloc, int level) in dbAdjCtl()
3247 int dbAllocBottomUp(struct inode *ip, s64 blkno, s64 nblocks) in dbAllocBottomUp()
3302 static int dbAllocDmapBU(struct bmap * bmp, struct dmap * dp, s64 blkno, in dbAllocDmapBU()
3423 int dbExtendFS(struct inode *ipbmap, s64 blkno, s64 nblocks) in dbExtendFS()
3788 int blkno, w, b, r, nw, nb, i; in dbInitDmap() local