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);
351 struct dmap *dp; in dbFree()
394 dp = (struct dmap *) mp->data; in dbFree()
450 struct dmap *dp; in dbUpdatePMap()
489 dp = (struct dmap *) mp->data; in dbUpdatePMap()
725 struct dmap *dp; in dbAlloc()
804 dp = (struct dmap *) mp->data; in dbAlloc()
982 struct dmap *dp; in dbExtend()
1036 dp = (struct dmap *) mp->data; in dbExtend()
1075 static int dbAllocNext(struct bmap * bmp, struct dmap * dp, s64 blkno, in dbAllocNext()
1208 struct dmap * dp, s64 blkno, int nblocks, int l2nb, s64 * results) in dbAllocNear()
1801 struct dmap *dp; in dbAllocCtl()
1812 dp = (struct dmap *) mp->data; in dbAllocCtl()
1841 dp = (struct dmap *) mp->data; in dbAllocCtl()
1898 dp = (struct dmap *) mp->data; in dbAllocCtl()
1948 struct dmap * dp, int nblocks, int l2nb, s64 * results) in dbAllocDmapLev()
2013 static int dbAllocDmap(struct bmap * bmp, struct dmap * dp, s64 blkno, in dbAllocDmap()
2068 static int dbFreeDmap(struct bmap * bmp, struct dmap * dp, s64 blkno, in dbFreeDmap()
2130 static void dbAllocBits(struct bmap * bmp, struct dmap * dp, s64 blkno, in dbAllocBits()
2277 static int dbFreeBits(struct bmap * bmp, struct dmap * dp, s64 blkno, in dbFreeBits()
3168 struct dmap *dp; in dbAllocBottomUp()
3196 dp = (struct dmap *) mp->data; in dbAllocBottomUp()
3220 static int dbAllocDmapBU(struct bmap * bmp, struct dmap * dp, s64 blkno, in dbAllocDmapBU()
3350 struct dmap *dp; in dbExtendFS()
3527 dp = (struct dmap *) mp->data; in dbExtendFS()
3704 static int dbInitDmap(struct dmap * dp, s64 Blkno, int nblocks) in dbInitDmap()
3806 static int dbInitDmapTree(struct dmap * dp) in dbInitDmapTree()