Home
last modified time | relevance | path

Searched refs:SWP_WRITEOK (Results 1 – 2 of 2) sorted by relevance

/linux/mm/
A Dswapfile.c542 (SWP_WRITEOK | SWP_PAGE_DISCARD)) { in free_cluster()
673 if (!(si->flags & SWP_WRITEOK)) in cluster_alloc_range()
1160 if (!(si->flags & SWP_WRITEOK)) in scan_swap_map_slots()
1304 WARN(!(si->flags & SWP_WRITEOK), in get_swap_pages()
1993 if (!(sis->flags & SWP_WRITEOK)) in swap_type_of()
2017 if (!(sis->flags & SWP_WRITEOK)) in find_first_swap()
2036 if (!si || !(si->flags & SWP_WRITEOK)) in swapdev_block()
2057 if (sis->flags & SWP_WRITEOK) { in count_swap_pages()
2677 si->flags |= SWP_WRITEOK; in _enable_swap_info()
2774 if (p->flags & SWP_WRITEOK) { in SYSCALL_DEFINE1()
[all …]
/linux/include/linux/
A Dswap.h209 SWP_WRITEOK = (1 << 1), /* ok to write to this swap? */ enumerator

Completed in 10 milliseconds