Searched defs:swap_info_struct (Results 1 – 1 of 1) sorted by relevance
64 struct swap_info_struct { struct65 unsigned int flags;66 kdev_t swap_device;67 spinlock_t sdev_lock;68 struct dentry * swap_file;69 struct vfsmount *swap_vfsmnt;70 unsigned short * swap_map;71 unsigned int lowest_bit;72 unsigned int highest_bit;73 unsigned int cluster_next;[all …]