Home
last modified time | relevance | path

Searched refs:MOUNT_FOLLOW_SYMLINKS (Results 1 – 2 of 2) sorted by relevance

/systemd-251/src/nspawn/
Dnspawn-mount.h22 MOUNT_FOLLOW_SYMLINKS = 1 << 11,/* if set, we'll follow symlinks for the mount target */ enumerator
Dnspawn-mount.c503 …MOUNT_FATAL|MOUNT_IN_USERNS|MOUNT_MKDIR|MOUNT_FOLLOW_SYMLINKS }, /* we follow symlinks here since … in mount_all()
663 FLAGS_SET(mount_table[k].mount_settings, MOUNT_FOLLOW_SYMLINKS)); in mount_all()