Lines Matching defs:npfns
709 nd_pfn->npfns = le64_to_cpu(pfn_sb->npfns);
711 nd_pfn->npfns = PHYS_PFN((range_len(range) - offset));
712 if (le64_to_cpu(nd_pfn->pfn_sb->npfns) > nd_pfn->npfns)
715 le64_to_cpu(nd_pfn->pfn_sb->npfns),
716 nd_pfn->npfns);
733 unsigned long npfns, align;
770 npfns = PHYS_PFN(size - SZ_8K);
786 unsigned long page_map_size = MAX_STRUCT_PAGE_SIZE * npfns;
805 page_map_size = sizeof(struct page) * npfns;
825 npfns = PHYS_PFN(size - offset - end_trunc);
828 pfn_sb->npfns = cpu_to_le64(npfns);