Home
last modified time | relevance | path

Searched refs:noswap (Results 1 – 4 of 4) sorted by relevance

/linux/mm/
H A Dshmem.c124 bool noswap; member
1551 if ((info->flags & VM_LOCKED) || sbinfo->noswap) in shmem_writepage()
3084 if (sbinfo->noswap) in __shmem_get_inode()
4692 ctx->noswap = true; in shmem_parse_one()
4843 if ((ctx->seen & SHMEM_SEEN_NOSWAP) && ctx->noswap && !sbinfo->noswap) { in shmem_reconfigure()
4847 if (!(ctx->seen & SHMEM_SEEN_NOSWAP) && !ctx->noswap && sbinfo->noswap) { in shmem_reconfigure()
4890 if (ctx->noswap) in shmem_reconfigure()
4891 sbinfo->noswap = true; in shmem_reconfigure()
4949 if (sbinfo->noswap) in shmem_show_options()
5029 sbinfo->noswap = ctx->noswap; in shmem_fill_super()
H A Dswapfile.c1248 goto noswap; in get_swap_pages()
1291 noswap: in get_swap_pages()
H A Dvmscan.c6561 gfp_t gfp_mask, bool noswap, in mem_cgroup_shrink_node() argument
6572 .may_swap = !noswap, in mem_cgroup_shrink_node()
/linux/Documentation/mm/
H A Dunevictable-lru.rst45 * Those owned by tmpfs with the noswap mount option.