Lines Matching defs:nblocks
37 #define DBALLOC(dbmap,mapsize,blkno,nblocks) \ argument
39 #define DBFREE(dbmap,mapsize,blkno,nblocks) \ argument
41 #define DBALLOCCK(dbmap,mapsize,blkno,nblocks) \ argument
43 #define DBFREECK(dbmap,mapsize,blkno,nblocks) \ argument
53 #define DBALLOC(dbmap, mapsize, blkno, nblocks) argument
54 #define DBFREE(dbmap, mapsize, blkno, nblocks) argument
55 #define DBALLOCCK(dbmap, mapsize, blkno, nblocks) argument
56 #define DBFREECK(dbmap, mapsize, blkno, nblocks) argument
373 int dbFree(struct inode *ip, s64 blkno, s64 nblocks) in dbFree()
463 int free, s64 blkno, s64 nblocks, struct tblock * tblk) in dbUpdatePMap()
743 int dbAlloc(struct inode *ip, s64 hint, s64 nblocks, s64 * results) in dbAlloc()
962 int dbAllocExact(struct inode *ip, s64 blkno, int nblocks) in dbAllocExact()
1049 s64 blkno, s64 nblocks, s64 addnblocks, s64 * results) in dbReAlloc()
1096 static int dbExtend(struct inode *ip, s64 blkno, s64 nblocks, s64 addnblocks) in dbExtend()
1201 int nblocks) in dbAllocNext()
1334 struct dmap * dp, s64 blkno, int nblocks, int l2nb, s64 * results) in dbAllocNear()
1443 dbAllocAG(struct bmap * bmp, int agno, s64 nblocks, int l2nb, s64 * results) in dbAllocAG()
1644 static int dbAllocAny(struct bmap * bmp, s64 nblocks, int l2nb, s64 * results) in dbAllocAny()
1817 dbAllocCtl(struct bmap * bmp, s64 nblocks, int l2nb, s64 blkno, s64 * results) in dbAllocCtl()
1970 struct dmap * dp, int nblocks, int l2nb, s64 * results) in dbAllocDmapLev()
2033 int nblocks) in dbAllocDmap()
2088 int nblocks) in dbFreeDmap()
2150 int nblocks) in dbAllocBits()
2297 int nblocks) in dbFreeBits()
3160 int dbAllocBottomUp(struct inode *ip, s64 blkno, s64 nblocks) in dbAllocBottomUp()
3220 int nblocks) in dbAllocDmapBU()
3343 int dbExtendFS(struct inode *ipbmap, s64 blkno, s64 nblocks) in dbExtendFS()
3707 static int dbInitDmap(struct dmap * dp, s64 Blkno, int nblocks) in dbInitDmap()
3965 static int dbGetL2AGSize(s64 nblocks) in dbGetL2AGSize()
4016 s64 nblocks; in dbMapFileSizeToMapSize() local
4107 void DBAlloc(uint * dbmap, s64 mapsize, s64 blkno, s64 nblocks) in DBAlloc()
4136 static void DBFree(uint * dbmap, s64 mapsize, s64 blkno, s64 nblocks) in DBFree()
4165 static void DBAllocCK(uint * dbmap, s64 mapsize, s64 blkno, s64 nblocks) in DBAllocCK()
4193 static void DBFreeCK(uint * dbmap, s64 mapsize, s64 blkno, s64 nblocks) in DBFreeCK()