Lines Matching refs:size
243 /* no size to convey if the pfn instance is disabled */
250 static DEVICE_ATTR_RO(size);
382 * re-enable the namespace with correct size so that we can access
515 "init failed, page size mismatch %d\n",
523 "init failed, struct page size mismatch %d\n",
591 dev_err(&nd_pfn->dev, "pfn array size exceeds capacity of %s\n",
731 resource_size_t start, size;
769 size = resource_size(&nsio->res);
770 npfns = PHYS_PFN(size - SZ_8K);
784 end_trunc = start + size - ALIGN_DOWN(start + size, align);
789 * The altmap should be padded out to the block size used
793 * Also make sure size of struct page is less than
796 * 'struct page' size below MAX_STRUCT_PAGE_SIZE. For debug
797 * kernel configurations that increase the 'struct page' size
818 if (offset >= (size - end_trunc)) {
819 /* This results in zero size devices */
825 npfns = PHYS_PFN(size - offset - end_trunc);