Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dshmem_fs.h64 bool noswap; /* ignores VM reclaim / swap requests */ member
H A Dswap.h414 gfp_t gfp_mask, bool noswap,
/openbmc/linux/mm/
H A Dshmem.c122 bool noswap; member
1464 if (WARN_ON_ONCE((info->flags & VM_LOCKED) || sbinfo->noswap)) in shmem_writepage()
2493 if (sbinfo->noswap) in __shmem_get_inode()
4006 ctx->noswap = true; in shmem_parse_one()
4157 if ((ctx->seen & SHMEM_SEEN_NOSWAP) && ctx->noswap && !sbinfo->noswap) { in shmem_reconfigure()
4161 if (!(ctx->seen & SHMEM_SEEN_NOSWAP) && !ctx->noswap && sbinfo->noswap) { in shmem_reconfigure()
4204 if (ctx->noswap) in shmem_reconfigure()
4205 sbinfo->noswap = true; in shmem_reconfigure()
4263 if (sbinfo->noswap) in shmem_show_options()
4312 sbinfo->noswap = ctx->noswap; in shmem_fill_super()
H A Dswapfile.c1063 goto noswap; in get_swap_pages()
1127 noswap: in get_swap_pages()
H A Dvmscan.c7109 gfp_t gfp_mask, bool noswap, in mem_cgroup_shrink_node() argument
7120 .may_swap = !noswap, in mem_cgroup_shrink_node()
/openbmc/linux/Documentation/filesystems/
H A Dtmpfs.rst107 noswap Disables swap. Remounts must respect the original settings.
/openbmc/linux/Documentation/mm/
H A Dunevictable-lru.rst45 * Those owned by tmpfs with the noswap mount option.