Searched refs:get_home_root (Results 1 – 6 of 6) sorted by relevance
/systemd-251/src/home/ |
D | homed-manager.c | 89 if (statfs(get_home_root(), &sfs) < 0) { in manager_watch_home() 91 … "Failed to statfs() %s directory, disabling automatic scanning.", get_home_root()); in manager_watch_home() 96 … log_info("%s is a network file system, disabling automatic scanning.", get_home_root()); in manager_watch_home() 101 log_info("%s is on autofs, disabling automatic scanning.", get_home_root()); in manager_watch_home() 107 r = sd_event_add_inotify(m->event, &m->inotify_event_source, get_home_root(), in manager_watch_home() 112 "Failed to create inotify watch on %s, ignoring.", get_home_root()); in manager_watch_home() 116 log_info("Watching %s.", get_home_root()); in manager_watch_home() 130 log_debug("%s inotify queue overflow, rescanning.", get_home_root()); in on_home_inotify() 132 … log_info("%s moved or renamed, recreating watch and rescanning.", get_home_root()); in on_home_inotify() 134 log_info("%s deleted, recreating watch and rescanning.", get_home_root()); in on_home_inotify() [all …]
|
D | homework.c | 1276 r = path_is_encrypted(get_home_root()); in determine_default_storage() 1278 …ypted, not using '%s' storage, in order to avoid double encryption.", get_home_root(), user_storag… in determine_default_storage() 1281 … log_warning_errno(r, "Failed to determine if %s is encrypted, ignoring: %m", get_home_root()); in determine_default_storage() 1295 r = path_is_fs_type(get_home_root(), BTRFS_SUPER_MAGIC); in determine_default_storage() 1297 … log_warning_errno(r, "Failed to determine file system of %s, ignoring: %m", get_home_root()); in determine_default_storage() 1299 …log_info("%s is on btrfs, using '%s' as storage.", get_home_root(), user_storage_to_string(USER_SU… in determine_default_storage() 1302 …log_info("%s is on simple file system, using '%s' as storage.", get_home_root(), user_storage_to_s… in determine_default_storage()
|
D | user-record-util.c | 78 hd = path_join(get_home_root(), user_name); in user_record_synthesize() 1397 …if (!path_startswith(user_record_image_path(h), get_home_root())) /* This is the only pool we reba… in user_record_shall_rebalance()
|
/systemd-251/src/basic/ |
D | user-util.h | 136 const char *get_home_root(void);
|
D | user-util.c | 1083 const char *get_home_root(void) { in get_home_root() function
|
/systemd-251/src/shared/ |
D | user-record.c | 1336 z = strjoin(get_home_root(), "/", user_name_and_realm, suffix); in user_record_build_image_path() 1365 h->home_directory_auto = path_join(get_home_root(), h->user_name); in user_record_augment()
|