Home
last modified time | relevance | path

Searched refs:mount_suffix (Results 1 – 4 of 4) sorted by relevance

/systemd-251/src/home/
Dhomework-mount.c124 int home_move_mount(const char *mount_suffix, const char *target) { in home_move_mount() argument
133 if (mount_suffix) { in home_move_mount()
134 subdir = path_join(HOME_RUNTIME_WORK_DIR, mount_suffix); in home_move_mount()
Dhomework-cifs.c141 setup->mount_suffix = TAKE_PTR(cdir); in home_setup_cifs()
174 r = home_move_mount(setup->mount_suffix, hd); in home_activate_cifs()
Dhomework.h45 …char *mount_suffix; /* The directory to use as home dir is this path below /run/systemd/… member
Dhomework.c437 setup->mount_suffix = mfree(setup->mount_suffix); in home_setup_done()