Home
last modified time | relevance | path

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

/systemd-251/src/nspawn/
Dnspawn-mount.h20 MOUNT_TOUCH = 1 << 9, /* if set, touch file to mount over first */ enumerator
Dnspawn-mount.c553MOUNT_TOUCH }, /* As per kernel interface requirements, bind mount first (creating mount points) a… in mount_all()
605 if ((mount_table[k].mount_settings & (MOUNT_MKDIR|MOUNT_TOUCH)) != 0) { in mount_all()
608 if (FLAGS_SET(mount_table[k].mount_settings, MOUNT_TOUCH)) in mount_all()
625 if (FLAGS_SET(mount_table[k].mount_settings, MOUNT_TOUCH)) { in mount_all()