Home
last modified time | relevance | path

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

/systemd-251/src/shared/
Dmount-util.h31 #define NESTED_TMPFS_LIMITS ",size=10%,nr_inodes=400k" macro
/systemd-251/src/nspawn/
Dnspawn-mount.c536 … "/tmp", "tmpfs", "mode=1777" NESTED_TMPFS_LIMITS, MS_NOSUID… in mount_all()
546 … "/dev/shm", "tmpfs", "mode=1777" NESTED_TMPFS_LIMITS, MS_NOSUID… in mount_all()
/systemd-251/src/core/
Dnamespace.c575 str = strjoin("mode=0755" NESTED_TMPFS_LIMITS ",", t->options); in append_tmpfs_mounts()