Searched defs:swap_info_struct (Results 1 – 1 of 1) sorted by relevance
130 struct swap_info_struct { struct131 unsigned int flags;132 int prio; /* swap priority */133 struct file *swap_file;134 struct block_device *bdev;135 struct list_head extent_list;136 struct swap_extent *curr_swap_extent;137 unsigned old_block_size;138 unsigned short * swap_map;139 unsigned int lowest_bit;[all …]