Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Ddax.h12 typedef unsigned long dax_entry_t; typedef
153 dax_entry_t dax_lock_page(struct page *page);
154 void dax_unlock_page(struct page *page, dax_entry_t cookie);
194 static inline dax_entry_t dax_lock_page(struct page *page) in dax_lock_page()
201 static inline void dax_unlock_page(struct page *page, dax_entry_t cookie) in dax_unlock_page()
/Linux-v5.10/fs/
Ddax.c389 dax_entry_t dax_lock_page(struct page *page) in dax_lock_page()
433 return (dax_entry_t)entry; in dax_lock_page()
436 void dax_unlock_page(struct page *page, dax_entry_t cookie) in dax_unlock_page()
/Linux-v5.10/mm/
Dmemory-failure.c1232 dax_entry_t cookie; in memory_failure_dev_pagemap()