bt_bdev            40 fs/xfs/xfs_aops.c 		return mp->m_rtdev_targp->bt_bdev;
bt_bdev            42 fs/xfs/xfs_aops.c 		return mp->m_ddev_targp->bt_bdev;
bt_bdev           862 fs/xfs/xfs_buf.c 	if (bdi_read_congested(target->bt_bdev->bd_bdi))
bt_bdev          1296 fs/xfs/xfs_buf.c 	bio_set_dev(bio, bp->b_target->bt_bdev);
bt_bdev          1720 fs/xfs/xfs_buf.c 	if (set_blocksize(btp->bt_bdev, sectorsize)) {
bt_bdev          1723 fs/xfs/xfs_buf.c 			sectorsize, btp->bt_bdev);
bt_bdev          1728 fs/xfs/xfs_buf.c 	btp->bt_logical_sectorsize = bdev_logical_block_size(btp->bt_bdev);
bt_bdev          1729 fs/xfs/xfs_buf.c 	btp->bt_logical_sectormask = bdev_logical_block_size(btp->bt_bdev) - 1;
bt_bdev          1759 fs/xfs/xfs_buf.c 	btp->bt_bdev = bdev;
bt_bdev            81 fs/xfs/xfs_buf.h 	struct block_device	*bt_bdev;
bt_bdev           350 fs/xfs/xfs_buf.h #define xfs_getsize_buftarg(buftarg)	block_size((buftarg)->bt_bdev)
bt_bdev           351 fs/xfs/xfs_buf.h #define xfs_readonly_buftarg(buftarg)	bdev_read_only((buftarg)->bt_bdev)
bt_bdev           356 fs/xfs/xfs_buf.h 	return queue_dma_alignment(bt->bt_bdev->bd_disk->queue);
bt_bdev            30 fs/xfs/xfs_discard.c 	struct block_device	*bdev = mp->m_ddev_targp->bt_bdev;
bt_bdev           150 fs/xfs/xfs_discard.c 	struct request_queue	*q = bdev_get_queue(mp->m_ddev_targp->bt_bdev);
bt_bdev          2091 fs/xfs/xfs_ioctl.c 	invalidate_bdev(mp->m_ddev_targp->bt_bdev);
bt_bdev          1748 fs/xfs/xfs_log.c 	bio_set_dev(&iclog->ic_bio, log->l_targ->bt_bdev);
bt_bdev           546 fs/xfs/xfs_log_cil.c 		error = __blkdev_issue_discard(mp->m_ddev_targp->bt_bdev,
bt_bdev           167 fs/xfs/xfs_log_recover.c 	error = xfs_rw_bdev(log->l_targ->bt_bdev, log->l_logBBstart + blk_no,
bt_bdev           135 fs/xfs/xfs_pwork.c 	return blk_queue_nonrot(btp->bt_bdev->bd_queue) ? 2 : 1;
bt_bdev           658 fs/xfs/xfs_super.c 	blkdev_issue_flush(buftarg->bt_bdev, GFP_NOFS, NULL);
bt_bdev           668 fs/xfs/xfs_super.c 		struct block_device *logdev = mp->m_logdev_targp->bt_bdev;
bt_bdev           676 fs/xfs/xfs_super.c 		struct block_device *rtdev = mp->m_rtdev_targp->bt_bdev;
bt_bdev          1683 fs/xfs/xfs_super.c 		datadev_is_dax = bdev_dax_supported(mp->m_ddev_targp->bt_bdev,
bt_bdev          1687 fs/xfs/xfs_super.c 				mp->m_rtdev_targp->bt_bdev, sb->s_blocksize);