Lines Matching refs:dmap
64 static void dbAllocBits(struct bmap * bmp, struct dmap * dp, s64 blkno,
73 static int dbAllocNext(struct bmap * bmp, struct dmap * dp, s64 blkno,
75 static int dbAllocNear(struct bmap * bmp, struct dmap * dp, s64 blkno,
78 static int dbAllocDmap(struct bmap * bmp, struct dmap * dp, s64 blkno,
80 static int dbAllocDmapLev(struct bmap * bmp, struct dmap * dp, int nblocks,
91 static int dbFreeBits(struct bmap * bmp, struct dmap * dp, s64 blkno,
93 static int dbFreeDmap(struct bmap * bmp, struct dmap * dp, s64 blkno,
101 static int dbAllocDmapBU(struct bmap * bmp, struct dmap * dp, s64 blkno,
103 static int dbInitDmap(struct dmap * dp, s64 blkno, int nblocks);
104 static int dbInitDmapTree(struct dmap * dp);
347 struct dmap *dp; in dbFree()
390 dp = (struct dmap *) mp->data; in dbFree()
446 struct dmap *dp; in dbUpdatePMap()
485 dp = (struct dmap *) mp->data; in dbUpdatePMap()
721 struct dmap *dp; in dbAlloc()
800 dp = (struct dmap *) mp->data; in dbAlloc()
978 struct dmap *dp; in dbExtend()
1032 dp = (struct dmap *) mp->data; in dbExtend()
1071 static int dbAllocNext(struct bmap * bmp, struct dmap * dp, s64 blkno, in dbAllocNext()
1204 struct dmap * dp, s64 blkno, int nblocks, int l2nb, s64 * results) in dbAllocNear()
1805 struct dmap *dp; in dbAllocCtl()
1816 dp = (struct dmap *) mp->data; in dbAllocCtl()
1850 dp = (struct dmap *) mp->data; in dbAllocCtl()
1907 dp = (struct dmap *) mp->data; in dbAllocCtl()
1957 struct dmap * dp, int nblocks, int l2nb, s64 * results) in dbAllocDmapLev()
2022 static int dbAllocDmap(struct bmap * bmp, struct dmap * dp, s64 blkno, in dbAllocDmap()
2077 static int dbFreeDmap(struct bmap * bmp, struct dmap * dp, s64 blkno, in dbFreeDmap()
2139 static void dbAllocBits(struct bmap * bmp, struct dmap * dp, s64 blkno, in dbAllocBits()
2286 static int dbFreeBits(struct bmap * bmp, struct dmap * dp, s64 blkno, in dbFreeBits()
3194 struct dmap *dp; in dbAllocBottomUp()
3222 dp = (struct dmap *) mp->data; in dbAllocBottomUp()
3246 static int dbAllocDmapBU(struct bmap * bmp, struct dmap * dp, s64 blkno, in dbAllocDmapBU()
3376 struct dmap *dp; in dbExtendFS()
3553 dp = (struct dmap *) mp->data; in dbExtendFS()
3730 static int dbInitDmap(struct dmap * dp, s64 Blkno, int nblocks) in dbInitDmap()
3832 static int dbInitDmapTree(struct dmap * dp) in dbInitDmapTree()