Lines Matching defs:blkno
318 int dbFree(struct inode *ip, s64 blkno, s64 nblocks) in dbFree()
412 int free, s64 blkno, s64 nblocks, struct tblock * tblk) in dbUpdatePMap()
693 s64 lblkno, blkno; in dbAlloc() local
880 int dbAllocExact(struct inode *ip, s64 blkno, int nblocks) in dbAllocExact()
966 s64 blkno, s64 nblocks, s64 addnblocks, s64 * results) in dbReAlloc()
1013 static int dbExtend(struct inode *ip, s64 blkno, s64 nblocks, s64 addnblocks) in dbExtend()
1112 static int dbAllocNext(struct bmap * bmp, struct dmap * dp, s64 blkno, in dbAllocNext()
1245 struct dmap * dp, s64 blkno, int nblocks, int l2nb, s64 * results) in dbAllocNear()
1358 s64 blkno, lblkno; in dbAllocAG() local
1554 s64 blkno = 0; in dbAllocAny() local
1610 s64 nblocks, blkno; in dbDiscardAG() local
1616 u64 blkno; in dbDiscardAG() member
1714 static int dbFindCtl(struct bmap * bmp, int l2nb, int level, s64 * blkno) in dbFindCtl()
1833 dbAllocCtl(struct bmap * bmp, s64 nblocks, int l2nb, s64 blkno, s64 * results) in dbAllocCtl()
1987 s64 blkno; in dbAllocDmapLev() local
2047 static int dbAllocDmap(struct bmap * bmp, struct dmap * dp, s64 blkno, in dbAllocDmap()
2102 static int dbFreeDmap(struct bmap * bmp, struct dmap * dp, s64 blkno, in dbFreeDmap()
2164 static void dbAllocBits(struct bmap * bmp, struct dmap * dp, s64 blkno, in dbAllocBits()
2311 static int dbFreeBits(struct bmap * bmp, struct dmap * dp, s64 blkno, in dbFreeBits()
2495 dbAdjCtl(struct bmap * bmp, s64 blkno, int newval, int alloc, int level) in dbAdjCtl()
3195 int dbAllocBottomUp(struct inode *ip, s64 blkno, s64 nblocks) in dbAllocBottomUp()
3250 static int dbAllocDmapBU(struct bmap * bmp, struct dmap * dp, s64 blkno, in dbAllocDmapBU()
3371 int dbExtendFS(struct inode *ipbmap, s64 blkno, s64 nblocks) in dbExtendFS()
3736 int blkno, w, b, r, nw, nb, i; in dbInitDmap() local