Lines Matching refs:nsio
209 struct nd_namespace_io *nsio = to_nd_namespace_io(&ndns->dev);
211 rc = sprintf(buf, "%#llx\n", (unsigned long long) nsio->res.start
236 struct nd_namespace_io *nsio = to_nd_namespace_io(&ndns->dev);
239 resource_size(&nsio->res) - start_pad
368 struct nd_namespace_io *nsio;
373 nsio = to_nd_namespace_io(&ndns->dev);
396 + (first_bad << 9)) - nsio->res.start,
451 struct nd_namespace_io *nsio;
581 nsio = to_nd_namespace_io(&ndns->dev);
582 res = &nsio->res;
683 struct nd_namespace_io *nsio = to_nd_namespace_io(&ndns->dev);
684 resource_size_t base = nsio->res.start + start_pad;
685 resource_size_t end = nsio->res.end - end_trunc;
693 .start = nsio->res.start + start_pad,
694 .end = nsio->res.end - end_trunc,
721 struct nd_namespace_io *nsio = to_nd_namespace_io(&ndns->dev);
765 start = nsio->res.start;
766 size = resource_size(&nsio->res);