Lines Matching defs:npfns
700 nd_pfn->npfns = le64_to_cpu(pfn_sb->npfns);
702 nd_pfn->npfns = PHYS_PFN((range_len(range) - offset));
703 if (le64_to_cpu(nd_pfn->pfn_sb->npfns) > nd_pfn->npfns)
706 le64_to_cpu(nd_pfn->pfn_sb->npfns),
707 nd_pfn->npfns);
724 unsigned long npfns, align;
767 npfns = PHYS_PFN(size - SZ_8K);
795 offset = ALIGN(start + SZ_8K + MAX_STRUCT_PAGE_SIZE * npfns, align)
808 npfns = PHYS_PFN(size - offset - end_trunc);
811 pfn_sb->npfns = cpu_to_le64(npfns);