Lines Matching refs:swap
2709 static void *swap_start(struct seq_file *swap, loff_t *pos) in swap_start() argument
2732 static void *swap_next(struct seq_file *swap, void *v, loff_t *pos) in swap_next() argument
2754 static void swap_stop(struct seq_file *swap, void *v) in swap_stop() argument
2759 static int swap_show(struct seq_file *swap, void *v) in swap_show() argument
2766 seq_puts(swap,"Filename\t\t\t\tType\t\tSize\tUsed\tPriority\n"); in swap_show()
2771 len = seq_file_path(swap, file, " \t\n\\"); in swap_show()
2772 seq_printf(swap, "%*s%s\t%u\t%u\t%d\n", in swap_show()
3477 swp_entry_t swap = { .val = page_private(page) }; in page_swap_info() local
3478 return swap_info[swp_type(swap)]; in page_swap_info()
3493 swp_entry_t swap = { .val = page_private(page) }; in __page_file_index() local
3495 return swp_offset(swap); in __page_file_index()