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);
328 struct dmap *dp; in dbFree()
371 dp = (struct dmap *) mp->data; in dbFree()
427 struct dmap *dp; in dbUpdatePMap()
466 dp = (struct dmap *) mp->data; in dbUpdatePMap()
702 struct dmap *dp; in dbAlloc()
781 dp = (struct dmap *) mp->data; in dbAlloc()
893 struct dmap *dp; in dbAllocExact()
924 dp = (struct dmap *) mp->data; in dbAllocExact()
1027 struct dmap *dp; in dbExtend()
1081 dp = (struct dmap *) mp->data; in dbExtend()
1120 static int dbAllocNext(struct bmap * bmp, struct dmap * dp, s64 blkno, in dbAllocNext()
1253 struct dmap * dp, s64 blkno, int nblocks, int l2nb, s64 * results) in dbAllocNear()
1846 struct dmap *dp; in dbAllocCtl()
1857 dp = (struct dmap *) mp->data; in dbAllocCtl()
1886 dp = (struct dmap *) mp->data; in dbAllocCtl()
1943 dp = (struct dmap *) mp->data; in dbAllocCtl()
1993 struct dmap * dp, int nblocks, int l2nb, s64 * results) in dbAllocDmapLev()
2055 static int dbAllocDmap(struct bmap * bmp, struct dmap * dp, s64 blkno, in dbAllocDmap()
2110 static int dbFreeDmap(struct bmap * bmp, struct dmap * dp, s64 blkno, in dbFreeDmap()
2172 static void dbAllocBits(struct bmap * bmp, struct dmap * dp, s64 blkno, in dbAllocBits()
2319 static int dbFreeBits(struct bmap * bmp, struct dmap * dp, s64 blkno, in dbFreeBits()
3206 struct dmap *dp; in dbAllocBottomUp()
3234 dp = (struct dmap *) mp->data; in dbAllocBottomUp()
3258 static int dbAllocDmapBU(struct bmap * bmp, struct dmap * dp, s64 blkno, in dbAllocDmapBU()
3388 struct dmap *dp; in dbExtendFS()
3565 dp = (struct dmap *) mp->data; in dbExtendFS()
3742 static int dbInitDmap(struct dmap * dp, s64 Blkno, int nblocks) in dbInitDmap()
3844 static int dbInitDmapTree(struct dmap * dp) in dbInitDmapTree()