Home
last modified time | relevance | path

Searched refs:Mount (Results 1 – 25 of 38) sorted by relevance

12

/systemd-251/src/core/
Ddbus-mount.c13 static const char *mount_get_what(const Mount *m) { in mount_get_what()
21 static const char *mount_get_options(const Mount *m) { in mount_get_options()
29 static const char *mount_get_fstype(const Mount *m) { in mount_get_fstype()
37 static BUS_DEFINE_PROPERTY_GET(property_get_what, "s", Mount, mount_get_what);
38 static BUS_DEFINE_PROPERTY_GET(property_get_options, "s", Mount, mount_get_options);
39 static BUS_DEFINE_PROPERTY_GET(property_get_type, "s", Mount, mount_get_fstype);
44 SD_BUS_PROPERTY("Where", "s", NULL, offsetof(Mount, where), SD_BUS_VTABLE_PROPERTY_CONST),
48 …SD_BUS_PROPERTY("TimeoutUSec", "t", bus_property_get_usec, offsetof(Mount, timeout_usec), SD_BUS_V…
49 …SD_BUS_PROPERTY("ControlPID", "u", bus_property_get_pid, offsetof(Mount, control_pid), SD_BUS_VTAB…
50 …SD_BUS_PROPERTY("DirectoryMode", "u", bus_property_get_mode, offsetof(Mount, directory_mode), SD_B…
[all …]
Dmount.c69 static MountParameters* get_mount_parameters_fragment(Mount *m) { in get_mount_parameters_fragment()
78 static MountParameters* get_mount_parameters(Mount *m) { in get_mount_parameters()
99 static bool mount_is_nofail(const Mount *m) { in mount_is_nofail()
129 static bool mount_is_bound_to_device(Mount *m) { in mount_is_bound_to_device()
146 static bool mount_propagate_stop(Mount *m) { in mount_propagate_stop()
172 Mount *m = MOUNT(u); in mount_init()
196 static int mount_arm_timer(Mount *m, usec_t usec) { in mount_arm_timer()
226 static void mount_unwatch_control_pid(Mount *m) { in mount_unwatch_control_pid()
244 Mount *m = MOUNT(u); in mount_done()
265 Mount *m, in update_parameters_proc_self_mountinfo()
[all …]
Dmount.h4 typedef struct Mount Mount; typedef
44 struct Mount { struct
102 DEFINE_CAST(MOUNT, Mount); argument
Dload-fragment-gperf.gperf.in501 Mount.What, config_parse_unit_string_printf, 0, …
502 Mount.Where, config_parse_unit_path_printf, 0, …
503 Mount.Options, config_parse_unit_string_printf, 0, …
504 Mount.Type, config_parse_unit_string_printf, 0, …
505 Mount.TimeoutSec, config_parse_sec_fix_0, 0, …
506 Mount.DirectoryMode, config_parse_mode, 0, …
507 Mount.SloppyOptions, config_parse_bool, 0, …
508 Mount.LazyUnmount, config_parse_bool, 0, …
509 Mount.ForceUnmount, config_parse_bool, 0, …
510 Mount.ReadWriteOnly, config_parse_bool, 0, …
[all …]
/systemd-251/test/testsuite-08.units/
D-.mount5 [Mount] section
Droot.mount5 [Mount] section
/systemd-251/test/testsuite-08.units/local-fs.target.wants/
D-.mount5 [Mount] section
/systemd-251/test/test-fstab-generator/test-16-tmpfs.expected/
Dsysroot.mount8 [Mount] section
/systemd-251/test/test-fstab-generator/test-12-dev-sdx.expected/
Dsysroot.mount11 [Mount] section
/systemd-251/test/test-fstab-generator/test-13-label.expected/
Dsysroot.mount11 [Mount] section
/systemd-251/test/test-fstab-generator/test-14-uuid.expected/
Dsysroot.mount11 [Mount] section
/systemd-251/test/test-fstab-generator/test-15-partuuid.expected/
Dsysroot.mount11 [Mount] section
/systemd-251/test/fuzz/fuzz-unit-file/
Dvar-lib-machines.mount15 [Mount] section
/systemd-251/units/
Ddev-hugepages.mount20 [Mount] section
Ddev-mqueue.mount19 [Mount] section
Dsys-kernel-debug.mount19 [Mount] section
Dproc-sys-fs-binfmt_misc.mount16 [Mount] section
Dsys-kernel-tracing.mount20 [Mount] section
Dtmp.mount21 [Mount] section
Dvar-lib-machines.mount19 [Mount] section
Dsystemd-journald.socket16 # Mount and swap units need this. If this socket unit is removed by an
Dsys-fs-fuse-connections.mount28 [Mount] section
Dsys-kernel-config.mount27 [Mount] section
/systemd-251/tools/
Dcheck-directives.sh56 for section in Automount Mount Path Scope Slice Socket Swap Timer; do
/systemd-251/shell-completion/zsh/
D_systemd-nspawn41 '--read-only[Mount the root file system read only for the container.]' \
44 '--tmpfs=[Mount an empty tmpfs to the specified directory.]: : _files' \

12