Home
last modified time | relevance | path

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

/mm/
Dz3fold.c372 static unsigned long __encode_handle(struct z3fold_header *zhdr, in __encode_handle() function
398 return __encode_handle(zhdr, zhdr->slots, bud); in encode_handle()
1179 first_handle = __encode_handle(zhdr, &slots, in z3fold_reclaim_page()
1182 middle_handle = __encode_handle(zhdr, &slots, in z3fold_reclaim_page()
1185 last_handle = __encode_handle(zhdr, &slots, in z3fold_reclaim_page()
1193 first_handle = __encode_handle(zhdr, &slots, HEADLESS); in z3fold_reclaim_page()