fs\dax.c
static
void
*dax_make_entry(pfn_t pfn, unsigned
long
flags)
{
return
xa_mk_value(flags | (pfn_t_to_pfn(pfn) << DAX_SHIFT));
}