Lines Matching refs:JFS_SBI
170 BMAPBLKNO << JFS_SBI(ipbmap->i_sb)->l2nbperpage, in dbMount()
230 JFS_SBI(ipbmap->i_sb)->bmap = bmp; in dbMount()
267 struct bmap *bmp = JFS_SBI(ipbmap->i_sb)->bmap; in dbUnmount()
279 JFS_SBI(ipbmap->i_sb)->bmap = NULL; in dbUnmount()
290 struct bmap *bmp = JFS_SBI(ipbmap->i_sb)->bmap; in dbSync()
299 BMAPBLKNO << JFS_SBI(ipbmap->i_sb)->l2nbperpage, in dbSync()
361 struct inode *ipbmap = JFS_SBI(ip->i_sb)->ipbmap; in dbFree()
362 struct bmap *bmp = JFS_SBI(ip->i_sb)->bmap; in dbFree()
380 if (JFS_SBI(sb)->flag & JFS_DISCARD) in dbFree()
381 if (JFS_SBI(sb)->minblks_trim <= nblocks) in dbFree()
454 struct bmap *bmp = JFS_SBI(ipbmap->i_sb)->bmap; in dbUpdatePMap()
474 log = (struct jfs_log *) JFS_SBI(tblk->sb)->log; in dbUpdatePMap()
635 struct bmap *bmp = JFS_SBI(ipbmap->i_sb)->bmap; in dbNextAG()
728 struct inode *ipbmap = JFS_SBI(ip->i_sb)->ipbmap; in dbAlloc()
746 bmp = JFS_SBI(ip->i_sb)->bmap; in dbAlloc()
985 struct jfs_sb_info *sbi = JFS_SBI(ip->i_sb); in dbExtend()
1578 struct inode *ipbmap = JFS_SBI(ip->i_sb)->ipbmap; in dbDiscardAG()
1579 struct bmap *bmp = JFS_SBI(ip->i_sb)->bmap; in dbDiscardAG()
1648 if (!(JFS_SBI(sb)->flag & JFS_DISCARD)) in dbDiscardAG()
3194 struct inode *ipbmap = JFS_SBI(ip->i_sb)->ipbmap; in dbAllocBottomUp()
3195 struct bmap *bmp = JFS_SBI(ip->i_sb)->bmap; in dbAllocBottomUp()
3366 struct jfs_sb_info *sbi = JFS_SBI(ipbmap->i_sb); in dbExtendFS()
3638 struct bmap *bmp = JFS_SBI(ipbmap->i_sb)->bmap; in dbFinalizeBmap()
4039 nblocks = ipbmap->i_size >> JFS_SBI(sb)->l2bsize; in dbMapFileSizeToMapSize()
4040 npages = nblocks >> JFS_SBI(sb)->l2nbperpage; in dbMapFileSizeToMapSize()