Lines Matching refs:bn
195 xfs_daddr_t bn; in xfs_map_at_offset() local
210 bn = iomapp->iomap_bn >> sector_shift; in xfs_map_at_offset()
211 bn += delta; in xfs_map_at_offset()
212 BUG_ON(!bn && !(iomapp->iomap_flags & IOMAP_REALTIME)); in xfs_map_at_offset()
213 ASSERT((bn << sector_shift) >= iomapp->iomap_bn); in xfs_map_at_offset()
216 bh->b_blocknr = bn; in xfs_map_at_offset()
882 xfs_daddr_t bn; in linvfs_get_block_core() local
892 bn = iomap.iomap_bn >> (inode->i_blkbits - BBSHIFT); in linvfs_get_block_core()
893 bn += delta; in linvfs_get_block_core()
894 BUG_ON(!bn && !(iomap.iomap_flags & IOMAP_REALTIME)); in linvfs_get_block_core()
895 bh_result->b_blocknr = bn; in linvfs_get_block_core()