Home
last modified time | relevance | path

Searched refs:VOLATILE_NO (Results 1 – 3 of 3) sorted by relevance

/systemd-251/src/shared/
Dvolatile-util.c21 *ret = VOLATILE_NO; in query_volatile_mode()
40 [VOLATILE_NO] = "no",
Dvolatile-util.h5 VOLATILE_NO, enumerator
/systemd-251/src/nspawn/
Dnspawn.c194 static VolatileMode arg_volatile_mode = VOLATILE_NO;
1776 …if (arg_volatile_mode != VOLATILE_NO) /* Make sure all file systems contained in the image are mou… in verify_arguments()
1812 … if (arg_userns_ownership == USER_NAMESPACE_OWNERSHIP_CHOWN && arg_volatile_mode != VOLATILE_NO) in verify_arguments()
3883 if (arg_read_only && arg_volatile_mode == VOLATILE_NO && in outer_child()