Lines Matching refs:l2bsize
170 JFS_SBI(ip->i_sb)->l2bsize; in xtLookup()
277 JFS_SBI(ip->i_sb)->l2bsize; in xtLookupList()
2815 offset = xoff << JFS_SBI(ip->i_sb)->l2bsize; in xtRelocate()
2897 offset = xoff << JFS_SBI(ip->i_sb)->l2bsize; in xtRelocate()
2899 nbytes = xlen << JFS_SBI(ip->i_sb)->l2bsize; in xtRelocate()
2923 nblks = nb >> JFS_IP(ip->i_sb)->l2bsize; in xtRelocate()
3033 xsize = xlen << JFS_SBI(ip->i_sb)->l2bsize; in xtRelocate()
3456 JFS_SBI(ip->i_sb)->l2bsize; in xtTruncate()
3521 newsize = (xoff + xlen) << JFS_SBI(ip->i_sb)->l2bsize; in xtTruncate()
3966 xoff = (committed_size >> JFS_SBI(ip->i_sb)->l2bsize) - 1; in xtTruncate_pmap()
4015 return (xoff + xlen) << JFS_SBI(ip->i_sb)->l2bsize; in xtTruncate_pmap()