Lines Matching refs:nsio
210 struct nd_namespace_io *nsio = to_nd_namespace_io(&ndns->dev);
212 rc = sprintf(buf, "%#llx\n", (unsigned long long) nsio->res.start
237 struct nd_namespace_io *nsio = to_nd_namespace_io(&ndns->dev);
240 resource_size(&nsio->res) - start_pad
372 struct nd_namespace_io *nsio;
377 nsio = to_nd_namespace_io(&ndns->dev);
400 + (first_bad << 9)) - nsio->res.start,
456 struct nd_namespace_io *nsio;
587 nsio = to_nd_namespace_io(&ndns->dev);
588 res = &nsio->res;
692 struct nd_namespace_io *nsio = to_nd_namespace_io(&ndns->dev);
693 resource_size_t base = nsio->res.start + start_pad;
694 resource_size_t end = nsio->res.end - end_trunc;
702 .start = nsio->res.start + start_pad,
703 .end = nsio->res.end - end_trunc,
730 struct nd_namespace_io *nsio = to_nd_namespace_io(&ndns->dev);
768 start = nsio->res.start;
769 size = resource_size(&nsio->res);