Home
last modified time | relevance | path

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

/systemd-251/src/core/
Dmount.c81 if (m->from_proc_self_mountinfo) in get_mount_parameters()
386 … mask = m->from_proc_self_mountinfo ? UNIT_DEPENDENCY_MOUNTINFO_IMPLICIT : UNIT_DEPENDENCY_FILE; in mount_add_device_dependencies()
560 if (!m->from_fragment && !m->from_proc_self_mountinfo && !UNIT(m)->perpetual) in mount_verify()
686 bool fragment_optional = m->from_proc_self_mountinfo || u->perpetual; in mount_load()
693 if (u->load_state == UNIT_LOADED || m->from_proc_self_mountinfo || u->perpetual) in mount_load()
740 else if (m->from_proc_self_mountinfo) in mount_coldplug()
801 prefix, yes_no(m->from_proc_self_mountinfo), in mount_dump()
907 if (m->from_proc_self_mountinfo) in mount_enter_dead_or_mounted()
1336 if (m->from_proc_self_mountinfo) in mount_may_gc()
1429 if (f == MOUNT_SUCCESS && m->from_proc_self_mountinfo) { in mount_sigchld_event()
[all …]
Ddbus-mount.c14 if (m->from_proc_self_mountinfo && m->parameters_proc_self_mountinfo.what) in mount_get_what()
22 if (m->from_proc_self_mountinfo && m->parameters_proc_self_mountinfo.options) in mount_get_options()
30 if (m->from_proc_self_mountinfo && m->parameters_proc_self_mountinfo.fstype) in mount_get_fstype()
Dmount.h52 bool from_proc_self_mountinfo:1; member