Home
last modified time | relevance | path

Searched refs:dax_entry_t (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.15/include/linux/
Ddax.h12 typedef unsigned long dax_entry_t; typedef
130 dax_entry_t dax_lock_page(struct page *page);
131 void dax_unlock_page(struct page *page, dax_entry_t cookie);
167 static inline dax_entry_t dax_lock_page(struct page *page) in dax_lock_page()
174 static inline void dax_unlock_page(struct page *page, dax_entry_t cookie) in dax_unlock_page()
/Linux-v5.15/fs/
Ddax.c400 dax_entry_t dax_lock_page(struct page *page) in dax_lock_page()
444 return (dax_entry_t)entry; in dax_lock_page()
447 void dax_unlock_page(struct page *page, dax_entry_t cookie) in dax_unlock_page()
/Linux-v5.15/mm/
Dmemory-failure.c1513 dax_entry_t cookie; in memory_failure_dev_pagemap()