Lines Matching defs:blkno

331 int dbFree(struct inode *ip, s64 blkno, s64 nblocks)  in dbFree()
425 int free, s64 blkno, s64 nblocks, struct tblock * tblk) in dbUpdatePMap()
706 s64 lblkno, blkno; in dbAlloc() local
893 int dbAllocExact(struct inode *ip, s64 blkno, int nblocks) in dbAllocExact()
979 s64 blkno, s64 nblocks, s64 addnblocks, s64 * results) in dbReAlloc()
1026 static int dbExtend(struct inode *ip, s64 blkno, s64 nblocks, s64 addnblocks) in dbExtend()
1125 static int dbAllocNext(struct bmap * bmp, struct dmap * dp, s64 blkno, in dbAllocNext()
1258 struct dmap * dp, s64 blkno, int nblocks, int l2nb, s64 * results) in dbAllocNear()
1371 s64 blkno, lblkno; in dbAllocAG() local
1567 s64 blkno = 0; in dbAllocAny() local
1623 s64 nblocks, blkno; in dbDiscardAG() local
1629 u64 blkno; in dbDiscardAG() member
1727 static int dbFindCtl(struct bmap * bmp, int l2nb, int level, s64 * blkno) in dbFindCtl()
1846 dbAllocCtl(struct bmap * bmp, s64 nblocks, int l2nb, s64 blkno, s64 * results) in dbAllocCtl()
2000 s64 blkno; in dbAllocDmapLev() local
2060 static int dbAllocDmap(struct bmap * bmp, struct dmap * dp, s64 blkno, in dbAllocDmap()
2115 static int dbFreeDmap(struct bmap * bmp, struct dmap * dp, s64 blkno, in dbFreeDmap()
2177 static void dbAllocBits(struct bmap * bmp, struct dmap * dp, s64 blkno, in dbAllocBits()
2324 static int dbFreeBits(struct bmap * bmp, struct dmap * dp, s64 blkno, in dbFreeBits()
2508 dbAdjCtl(struct bmap * bmp, s64 blkno, int newval, int alloc, int level) in dbAdjCtl()
3208 int dbAllocBottomUp(struct inode *ip, s64 blkno, s64 nblocks) in dbAllocBottomUp()
3263 static int dbAllocDmapBU(struct bmap * bmp, struct dmap * dp, s64 blkno, in dbAllocDmapBU()
3384 int dbExtendFS(struct inode *ipbmap, s64 blkno, s64 nblocks) in dbExtendFS()
3749 int blkno, w, b, r, nw, nb, i; in dbInitDmap() local