Home
last modified time | relevance | path

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

/systemd-251/src/core/
Ddbus-mount.c14 if (m->from_proc_self_mountinfo && m->parameters_proc_self_mountinfo.what) in mount_get_what()
15 return 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()
23 return 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()
31 return m->parameters_proc_self_mountinfo.fstype; in mount_get_fstype()
Dmount.h49 MountParameters parameters_proc_self_mountinfo; member
Dmount.c82 return &m->parameters_proc_self_mountinfo; in get_mount_parameters()
250 mount_parameters_done(&m->parameters_proc_self_mountinfo); in mount_done()
273 p = &m->parameters_proc_self_mountinfo; in update_parameters_proc_self_mountinfo()
1992 mount->parameters_proc_self_mountinfo.what) { in mount_process_proc_self_mountinfo()
1996 … set_put_strdup(&gone, mount->parameters_proc_self_mountinfo.what) < 0) in mount_process_proc_self_mountinfo()
2056 mount->parameters_proc_self_mountinfo.what) { in mount_process_proc_self_mountinfo()
2060 set_put_strdup(&around, mount->parameters_proc_self_mountinfo.what) < 0) in mount_process_proc_self_mountinfo()