Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dshmem_fs.h68 bool noswap; /* ignores VM reclaim / swap requests */ member
H A Dswap.h423 gfp_t gfp_mask, bool noswap,
/linux-6.15/mm/
H A Dshmem.c123 bool noswap; member
1563 if ((info->flags & VM_LOCKED) || sbinfo->noswap) in shmem_writepage()
3072 if (sbinfo->noswap) in __shmem_get_inode()
4679 ctx->noswap = true; in shmem_parse_one()
4830 if ((ctx->seen & SHMEM_SEEN_NOSWAP) && ctx->noswap && !sbinfo->noswap) { in shmem_reconfigure()
4834 if (!(ctx->seen & SHMEM_SEEN_NOSWAP) && !ctx->noswap && sbinfo->noswap) { in shmem_reconfigure()
4877 if (ctx->noswap) in shmem_reconfigure()
4878 sbinfo->noswap = true; in shmem_reconfigure()
4936 if (sbinfo->noswap) in shmem_show_options()
5016 sbinfo->noswap = ctx->noswap; in shmem_fill_super()
H A Dvmscan.c6594 gfp_t gfp_mask, bool noswap, in mem_cgroup_shrink_node() argument
6605 .may_swap = !noswap, in mem_cgroup_shrink_node()
/linux-6.15/Documentation/filesystems/
H A Dtmpfs.rst107 noswap Disables swap. Remounts must respect the original settings.
/linux-6.15/Documentation/mm/
H A Dunevictable-lru.rst45 * Those owned by tmpfs with the noswap mount option.