Lines Matching refs:i_sb

182 			   BMAPBLKNO << JFS_SBI(ipbmap->i_sb)->l2nbperpage,  in dbMount()
213 JFS_SBI(ipbmap->i_sb)->bmap = bmp; in dbMount()
244 struct bmap *bmp = JFS_SBI(ipbmap->i_sb)->bmap; in dbUnmount()
266 struct bmap *bmp = JFS_SBI(ipbmap->i_sb)->bmap; in dbSync()
275 BMAPBLKNO << JFS_SBI(ipbmap->i_sb)->l2nbperpage, in dbSync()
337 struct inode *ipbmap = JFS_SBI(ip->i_sb)->ipbmap; in dbFree()
338 struct bmap *bmp = JFS_SBI(ip->i_sb)->bmap; in dbFree()
339 struct super_block *sb = ipbmap->i_sb; in dbFree()
349 jfs_error(ip->i_sb, "block to be freed is outside the map\n"); in dbFree()
386 jfs_error(ip->i_sb, "error in block map\n"); in dbFree()
429 struct bmap *bmp = JFS_SBI(ipbmap->i_sb)->bmap; in dbUpdatePMap()
443 jfs_error(ipbmap->i_sb, "blocks are outside the map\n"); in dbUpdatePMap()
610 struct bmap *bmp = JFS_SBI(ipbmap->i_sb)->bmap; in dbNextAG()
703 struct inode *ipbmap = JFS_SBI(ip->i_sb)->ipbmap; in dbAlloc()
721 bmp = JFS_SBI(ip->i_sb)->bmap; in dbAlloc()
727 jfs_error(ip->i_sb, "the hint is outside the map\n"); in dbAlloc()
896 struct inode *ipbmap = JFS_SBI(ip->i_sb)->ipbmap; in dbAllocExact()
897 struct bmap *bmp = JFS_SBI(ip->i_sb)->bmap; in dbAllocExact()
1028 struct jfs_sb_info *sbi = JFS_SBI(ip->i_sb); in dbExtend()
1058 jfs_error(ip->i_sb, "the block is outside the filesystem\n"); in dbExtend()
1134 jfs_error(bmp->db_ipbmap->i_sb, "Corrupt dmap page\n"); in dbAllocNext()
1264 jfs_error(bmp->db_ipbmap->i_sb, "Corrupt dmap page\n"); in dbAllocNear()
1378 jfs_error(bmp->db_ipbmap->i_sb, in dbAllocAG()
1413 jfs_error(bmp->db_ipbmap->i_sb, in dbAllocAG()
1430 jfs_error(bmp->db_ipbmap->i_sb, "Corrupt dmapctl page\n"); in dbAllocAG()
1470 jfs_error(bmp->db_ipbmap->i_sb, in dbAllocAG()
1510 jfs_error(bmp->db_ipbmap->i_sb, in dbAllocAG()
1522 jfs_error(bmp->db_ipbmap->i_sb, in dbAllocAG()
1582 jfs_error(bmp->db_ipbmap->i_sb, "unable to allocate blocks\n"); in dbAllocAny()
1621 struct inode *ipbmap = JFS_SBI(ip->i_sb)->ipbmap; in dbDiscardAG()
1622 struct bmap *bmp = JFS_SBI(ip->i_sb)->bmap; in dbDiscardAG()
1626 struct super_block *sb = ipbmap->i_sb; in dbDiscardAG()
1646 jfs_error(bmp->db_ipbmap->i_sb, "no memory for trim array\n"); in dbDiscardAG()
1675 jfs_error(bmp->db_ipbmap->i_sb, "-EIO\n"); in dbDiscardAG()
1752 jfs_error(bmp->db_ipbmap->i_sb, in dbFindCtl()
1773 jfs_error(bmp->db_ipbmap->i_sb, in dbFindCtl()
1897 jfs_error(bmp->db_ipbmap->i_sb, in dbAllocCtl()
1944 jfs_error(bmp->db_ipbmap->i_sb, in dbAllocCtl()
1957 jfs_error(bmp->db_ipbmap->i_sb, "Block Leakage\n"); in dbAllocCtl()
2253 jfs_error(bmp->db_ipbmap->i_sb, in dbAllocBits()
2527 jfs_error(bmp->db_ipbmap->i_sb, "Corrupt dmapctl page\n"); in dbAdjCtl()
2627 jfs_error(bmp->db_ipbmap->i_sb, in dbAdjCtl()
3214 struct inode *ipbmap = JFS_SBI(ip->i_sb)->ipbmap; in dbAllocBottomUp()
3215 struct bmap *bmp = JFS_SBI(ip->i_sb)->bmap; in dbAllocBottomUp()
3386 struct jfs_sb_info *sbi = JFS_SBI(ipbmap->i_sb); in dbExtendFS()
3470 jfs_error(ipbmap->i_sb, "L2 page could not be read\n"); in dbExtendFS()
3635 jfs_error(ipbmap->i_sb, "function has not returned as expected\n"); in dbExtendFS()
3658 struct bmap *bmp = JFS_SBI(ipbmap->i_sb)->bmap; in dbFinalizeBmap()
3704 jfs_error(ipbmap->i_sb, in dbFinalizeBmap()
4054 struct super_block *sb = ipbmap->i_sb; in dbMapFileSizeToMapSize()