Home
last modified time | relevance | path

Searched refs:swp_cluster_offset (Results 1 – 2 of 2) sorted by relevance

/linux/mm/
H A Dswap_state.c94 swp_cluster_offset(entry)); in swap_cache_get_folio()
118 swp_cluster_offset(entry)); in swap_cache_get_shadow()
149 ci_start = swp_cluster_offset(entry); in swap_cache_add_folio()
198 ci_start = swp_cluster_offset(entry); in __swap_cache_del_folio()
256 unsigned int ci_off = swp_cluster_offset(entry); in __swap_cache_replace_folio()
278 ci_off = swp_cluster_offset(old->swap); in __swap_cache_replace_folio()
296 unsigned int ci_off = swp_cluster_offset(entry), ci_end; in __swap_cache_clear_shadow()
H A Dswap.h60 static inline unsigned int swp_cluster_offset(swp_entry_t entry) in swp_cluster_offset() function