Lines Matching defs:swpentry
186 * swpentry - associated swap entry, the offset indexes into the red-black tree
199 swp_entry_t swpentry;
1043 swp_type(entry->swpentry),
1044 swp_offset(entry->swpentry),
1065 swp_entry_t swpentry)
1068 pgoff_t offset = swp_offset(swpentry);
1076 si = get_swap_device(swpentry);
1081 folio = __read_swap_cache_async(swpentry, GFP_KERNEL, mpol,
1108 tree = swap_zswap_tree(swpentry);
1175 swp_entry_t swpentry;
1218 * swpentry is copied to the stack, and entry isn't deref'd again
1221 swpentry = entry->swpentry;
1229 writeback_result = zswap_writeback_entry(entry, swpentry);
1539 entry->swpentry = page_swpentry;