Lines Matching refs:JFS_SBI
212 BMAPBLKNO << JFS_SBI(ipbmap->i_sb)->l2nbperpage, in dbMount()
243 JFS_SBI(ipbmap->i_sb)->bmap = bmp; in dbMount()
275 struct bmap *bmp = JFS_SBI(ipbmap->i_sb)->bmap; in dbUnmount()
306 struct bmap *bmp = JFS_SBI(ipbmap->i_sb)->bmap; in dbSync()
315 BMAPBLKNO << JFS_SBI(ipbmap->i_sb)->l2nbperpage, in dbSync()
379 struct inode *ipbmap = JFS_SBI(ip->i_sb)->ipbmap; in dbFree()
380 struct bmap *bmp = JFS_SBI(ip->i_sb)->bmap; in dbFree()
467 struct bmap *bmp = JFS_SBI(ipbmap->i_sb)->bmap; in dbUpdatePMap()
487 log = (struct jfs_log *) JFS_SBI(tblk->sb)->log; in dbUpdatePMap()
653 struct bmap *bmp = JFS_SBI(ipbmap->i_sb)->bmap; in dbNextAG()
746 struct inode *ipbmap = JFS_SBI(ip->i_sb)->ipbmap; in dbAlloc()
770 bmp = JFS_SBI(ip->i_sb)->bmap; in dbAlloc()
965 struct inode *ipbmap = JFS_SBI(ip->i_sb)->ipbmap; in dbAllocExact()
966 struct bmap *bmp = JFS_SBI(ip->i_sb)->bmap; in dbAllocExact()
1098 struct jfs_sb_info *sbi = JFS_SBI(ip->i_sb); in dbExtend()
3166 struct inode *ipbmap = JFS_SBI(ip->i_sb)->ipbmap; in dbAllocBottomUp()
3167 struct bmap *bmp = JFS_SBI(ip->i_sb)->bmap; in dbAllocBottomUp()
3345 struct jfs_sb_info *sbi = JFS_SBI(ipbmap->i_sb); in dbExtendFS()
3618 struct bmap *bmp = JFS_SBI(ipbmap->i_sb)->bmap; in dbFinalizeBmap()
4021 nblocks = ipbmap->i_size >> JFS_SBI(sb)->l2bsize; in dbMapFileSizeToMapSize()
4022 npages = nblocks >> JFS_SBI(sb)->l2nbperpage; in dbMapFileSizeToMapSize()
4084 JFS_SBI(ipbmap->i_sb)->bmap-> in DBinitmap()