Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
Dshmem_fs.h68 bool noswap; /* ignores VM reclaim / swap requests */ member
Dswap.h421 gfp_t gfp_mask, bool noswap,
/linux-6.12.1/mm/
Dshmem.c123 bool noswap; member
1471 if (WARN_ON_ONCE((info->flags & VM_LOCKED) || sbinfo->noswap)) in shmem_writepage()
2824 if (sbinfo->noswap) in __shmem_get_inode()
4327 ctx->noswap = true; in shmem_parse_one()
4478 if ((ctx->seen & SHMEM_SEEN_NOSWAP) && ctx->noswap && !sbinfo->noswap) { in shmem_reconfigure()
4482 if (!(ctx->seen & SHMEM_SEEN_NOSWAP) && !ctx->noswap && sbinfo->noswap) { in shmem_reconfigure()
4525 if (ctx->noswap) in shmem_reconfigure()
4526 sbinfo->noswap = true; in shmem_reconfigure()
4584 if (sbinfo->noswap) in shmem_show_options()
4651 sbinfo->noswap = ctx->noswap; in shmem_fill_super()
Dswapfile.c1281 goto noswap; in get_swap_pages()
1341 noswap: in get_swap_pages()
Dvmscan.c6525 gfp_t gfp_mask, bool noswap, in mem_cgroup_shrink_node() argument
6536 .may_swap = !noswap, in mem_cgroup_shrink_node()
/linux-6.12.1/Documentation/filesystems/
Dtmpfs.rst107 noswap Disables swap. Remounts must respect the original settings.
/linux-6.12.1/Documentation/mm/
Dunevictable-lru.rst45 * Those owned by tmpfs with the noswap mount option.