Lines Matching defs:bmp

98 #define BMAP_LOCK_INIT(bmp)	init_MUTEX(&bmp->db_bmaplock)  argument
99 #define BMAP_LOCK(bmp) down(&bmp->db_bmaplock) argument
100 #define BMAP_UNLOCK(bmp) up(&bmp->db_bmaplock) argument
197 struct bmap *bmp; in dbMount() local
275 struct bmap *bmp = JFS_SBI(ipbmap->i_sb)->bmap; in dbUnmount() local
306 struct bmap *bmp = JFS_SBI(ipbmap->i_sb)->bmap; in dbSync() local
380 struct bmap *bmp = JFS_SBI(ip->i_sb)->bmap; in dbFree() local
467 struct bmap *bmp = JFS_SBI(ipbmap->i_sb)->bmap; in dbUpdatePMap() local
653 struct bmap *bmp = JFS_SBI(ipbmap->i_sb)->bmap; in dbNextAG() local
747 struct bmap *bmp; in dbAlloc() local
966 struct bmap *bmp = JFS_SBI(ip->i_sb)->bmap; in dbAllocExact() local
1105 struct bmap *bmp; in dbExtend() local
1200 static int dbAllocNext(struct bmap * bmp, struct dmap * dp, s64 blkno, in dbAllocNext()
1333 dbAllocNear(struct bmap * bmp, 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()
1698 static int dbFindCtl(struct bmap * bmp, int l2nb, int level, s64 * blkno) in dbFindCtl()
1817 dbAllocCtl(struct bmap * bmp, s64 nblocks, int l2nb, s64 blkno, s64 * results) in dbAllocCtl()
1969 dbAllocDmapLev(struct bmap * bmp, in dbAllocDmapLev()
2032 static int dbAllocDmap(struct bmap * bmp, struct dmap * dp, s64 blkno, in dbAllocDmap()
2087 static int dbFreeDmap(struct bmap * bmp, struct dmap * dp, s64 blkno, in dbFreeDmap()
2149 static void dbAllocBits(struct bmap * bmp, struct dmap * dp, s64 blkno, in dbAllocBits()
2296 static void dbFreeBits(struct bmap * bmp, struct dmap * dp, s64 blkno, in dbFreeBits()
2473 dbAdjCtl(struct bmap * bmp, s64 blkno, int newval, int alloc, int level) in dbAdjCtl()
3167 struct bmap *bmp = JFS_SBI(ip->i_sb)->bmap; in dbAllocBottomUp() local
3219 static int dbAllocDmapBU(struct bmap * bmp, struct dmap * dp, s64 blkno, in dbAllocDmapBU()
3354 struct bmap *bmp = sbi->bmap; in dbExtendFS() local
3618 struct bmap *bmp = JFS_SBI(ipbmap->i_sb)->bmap; in dbFinalizeBmap() local
4221 static void dbPrtMap(struct bmap * bmp) in dbPrtMap()