Lines Matching refs:dmap
77 static void dbAllocBits(struct bmap * bmp, struct dmap * dp, s64 blkno,
86 static int dbAllocNext(struct bmap * bmp, struct dmap * dp, s64 blkno,
88 static int dbAllocNear(struct bmap * bmp, struct dmap * dp, s64 blkno,
91 static int dbAllocDmap(struct bmap * bmp, struct dmap * dp, s64 blkno,
93 static int dbAllocDmapLev(struct bmap * bmp, struct dmap * dp, int nblocks,
104 static int dbFreeBits(struct bmap * bmp, struct dmap * dp, s64 blkno,
106 static int dbFreeDmap(struct bmap * bmp, struct dmap * dp, s64 blkno,
114 static int dbAllocDmapBU(struct bmap * bmp, struct dmap * dp, s64 blkno,
116 static int dbInitDmap(struct dmap * dp, s64 blkno, int nblocks);
117 static int dbInitDmapTree(struct dmap * dp);
334 struct dmap *dp; in dbFree()
377 dp = (struct dmap *) mp->data; in dbFree()
432 struct dmap *dp; in dbUpdatePMap()
471 dp = (struct dmap *) mp->data; in dbUpdatePMap()
707 struct dmap *dp; in dbAlloc()
786 dp = (struct dmap *) mp->data; in dbAlloc()
898 struct dmap *dp; in dbAllocExact()
929 dp = (struct dmap *) mp->data; in dbAllocExact()
1032 struct dmap *dp; in dbExtend()
1086 dp = (struct dmap *) mp->data; 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()
1851 struct dmap *dp; in dbAllocCtl()
1862 dp = (struct dmap *) mp->data; in dbAllocCtl()
1891 dp = (struct dmap *) mp->data; in dbAllocCtl()
1948 dp = (struct dmap *) mp->data; in dbAllocCtl()
1998 struct dmap * dp, int nblocks, int l2nb, s64 * results) in dbAllocDmapLev()
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()
3211 struct dmap *dp; in dbAllocBottomUp()
3239 dp = (struct dmap *) mp->data; in dbAllocBottomUp()
3263 static int dbAllocDmapBU(struct bmap * bmp, struct dmap * dp, s64 blkno, in dbAllocDmapBU()
3393 struct dmap *dp; in dbExtendFS()
3570 dp = (struct dmap *) mp->data; in dbExtendFS()
3747 static int dbInitDmap(struct dmap * dp, s64 Blkno, int nblocks) in dbInitDmap()
3849 static int dbInitDmapTree(struct dmap * dp) in dbInitDmapTree()