npfns             205 drivers/nvdimm/nd.h 	unsigned long npfns;
npfns              24 drivers/nvdimm/pfn.h 	__le64 npfns;
npfns             689 drivers/nvdimm/pfn_devs.c 		nd_pfn->npfns = le64_to_cpu(pfn_sb->npfns);
npfns             691 drivers/nvdimm/pfn_devs.c 		nd_pfn->npfns = PHYS_PFN((resource_size(res) - offset));
npfns             692 drivers/nvdimm/pfn_devs.c 		if (le64_to_cpu(nd_pfn->pfn_sb->npfns) > nd_pfn->npfns)
npfns             695 drivers/nvdimm/pfn_devs.c 					le64_to_cpu(nd_pfn->pfn_sb->npfns),
npfns             696 drivers/nvdimm/pfn_devs.c 					nd_pfn->npfns);
npfns             713 drivers/nvdimm/pfn_devs.c 	unsigned long npfns, align;
npfns             754 drivers/nvdimm/pfn_devs.c 	npfns = PHYS_PFN(size - SZ_8K);
npfns             770 drivers/nvdimm/pfn_devs.c 		offset = ALIGN(start + SZ_8K + MAX_STRUCT_PAGE_SIZE * npfns, align)
npfns             783 drivers/nvdimm/pfn_devs.c 	npfns = PHYS_PFN(size - offset - end_trunc);
npfns             786 drivers/nvdimm/pfn_devs.c 	pfn_sb->npfns = cpu_to_le64(npfns);