SWP_WRITEOK       121 include/linux/swap.h SWP_WRITEOK	= (1 << 1),	/* ok to write to this swap?	*/
SWP_WRITEOK       122 include/linux/swap.h SWP_ACTIVE	= (SWP_USED | SWP_WRITEOK),