Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/
Dshmem_fs.h64 bool noswap; /* ignores VM reclaim / swap requests */ member
Dswap.h414 gfp_t gfp_mask, bool noswap,
/linux-6.6.21/mm/
Dshmem.c122 bool noswap; member
1459 if (WARN_ON_ONCE((info->flags & VM_LOCKED) || sbinfo->noswap)) in shmem_writepage()
2491 if (sbinfo->noswap) in __shmem_get_inode()
4005 ctx->noswap = true; in shmem_parse_one()
4156 if ((ctx->seen & SHMEM_SEEN_NOSWAP) && ctx->noswap && !sbinfo->noswap) { in shmem_reconfigure()
4160 if (!(ctx->seen & SHMEM_SEEN_NOSWAP) && !ctx->noswap && sbinfo->noswap) { in shmem_reconfigure()
4203 if (ctx->noswap) in shmem_reconfigure()
4204 sbinfo->noswap = true; in shmem_reconfigure()
4262 if (sbinfo->noswap) in shmem_show_options()
4311 sbinfo->noswap = ctx->noswap; in shmem_fill_super()
Dswapfile.c1063 goto noswap; in get_swap_pages()
1127 noswap: in get_swap_pages()
Dvmscan.c7123 gfp_t gfp_mask, bool noswap, in mem_cgroup_shrink_node() argument
7134 .may_swap = !noswap, in mem_cgroup_shrink_node()
/linux-6.6.21/Documentation/filesystems/
Dtmpfs.rst107 noswap Disables swap. Remounts must respect the original settings.
/linux-6.6.21/Documentation/mm/
Dunevictable-lru.rst45 * Those owned by tmpfs with the noswap mount option.