Searched refs:dax_unlock_entry (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/ |
H A D | dax.c | 216 * put_unlocked_entry() if it did not lock the entry or dax_unlock_entry() 290 static void dax_unlock_entry(struct xa_state *xas, void *entry) in dax_unlock_entry() function 455 dax_unlock_entry(&xas, (void *)cookie); in dax_unlock_page() 1423 dax_unlock_entry(&xas, entry); in dax_iomap_pte_fault() 1633 dax_unlock_entry(&xas, entry); in dax_iomap_pmd_fault() 1717 dax_unlock_entry(&xas, entry); in dax_insert_pfn_mkwrite()
|
/kernel/linux/linux-6.6/fs/ |
H A D | dax.c | 202 * put_unlocked_entry() if it did not lock the entry or dax_unlock_entry() 276 static void dax_unlock_entry(struct xa_state *xas, void *entry) in dax_unlock_entry() function 478 dax_unlock_entry(&xas, (void *)cookie); in dax_unlock_folio() 541 dax_unlock_entry(&xas, (void *)cookie); in dax_unlock_mapping_entry() 1767 dax_unlock_entry(&xas, entry); in dax_iomap_pte_fault() 1876 dax_unlock_entry(&xas, entry); in dax_iomap_pmd_fault() 1958 dax_unlock_entry(&xas, entry); in dax_insert_pfn_mkwrite()
|
Completed in 5 milliseconds