Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Ddax.h13 typedef unsigned long dax_entry_t; typedef
147 dax_entry_t dax_lock_page(struct page *page);
148 void dax_unlock_page(struct page *page, dax_entry_t cookie);
188 static inline dax_entry_t dax_lock_page(struct page *page) in dax_lock_page()
195 static inline void dax_unlock_page(struct page *page, dax_entry_t cookie) in dax_unlock_page()
/Linux-v5.4/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.4/mm/
Dmemory-failure.c1166 dax_entry_t cookie; in memory_failure_dev_pagemap()