Lines Matching defs:swap_info_struct
130 struct swap_info_struct { struct
131 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;
140 unsigned int highest_bit;
141 unsigned int cluster_next;
142 unsigned int cluster_nr;
143 unsigned int pages;
144 unsigned int max;
145 unsigned int inuse_pages;
146 int next; /* next entry on swap list */