Lines Matching refs:xenbus_read_unsigned
1785 !xenbus_read_unsigned(dev->nodename, "trusted", 1); in talk_to_blkback()
1787 max_page_order = xenbus_read_unsigned(info->xbdev->otherend, in talk_to_blkback()
1904 backend_max_queues = xenbus_read_unsigned(info->xbdev->otherend, in negotiate_mq()
2152 info->discard_granularity = xenbus_read_unsigned(info->xbdev->otherend, in blkfront_setup_discard()
2155 info->discard_alignment = xenbus_read_unsigned(info->xbdev->otherend, in blkfront_setup_discard()
2158 !!xenbus_read_unsigned(info->xbdev->otherend, "discard-secure", in blkfront_setup_discard()
2273 if (xenbus_read_unsigned(info->xbdev->otherend, "feature-barrier", 0)) { in blkfront_gather_backend_features()
2282 if (xenbus_read_unsigned(info->xbdev->otherend, "feature-flush-cache", in blkfront_gather_backend_features()
2288 if (xenbus_read_unsigned(info->xbdev->otherend, "feature-discard", 0)) in blkfront_gather_backend_features()
2293 !!xenbus_read_unsigned(info->xbdev->otherend, in blkfront_gather_backend_features()
2298 indirect_segments = xenbus_read_unsigned(info->xbdev->otherend, in blkfront_gather_backend_features()
2372 info->physical_sector_size = xenbus_read_unsigned(info->xbdev->otherend, in blkfront_connect()