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()
117 swp_cluster_offset(entry)); in swap_cache_has_folio()
134 swp_cluster_offset(entry)); in swap_cache_get_shadow()
152 ci_start = swp_cluster_offset(entry); in __swap_cache_add_folio()
190 ci_start = swp_cluster_offset(entry); in swap_cache_add_folio()
253 ci_start = swp_cluster_offset(entry); in __swap_cache_del_folio()
325 unsigned int ci_off = swp_cluster_offset(entry); in __swap_cache_replace_folio()
347 ci_off = swp_cluster_offset(old->swap); in __swap_cache_replace_folio()
365 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