Home
last modified time | relevance | path

Searched refs:user_record_gid (Results 1 – 10 of 10) sorted by relevance

/systemd-251/src/home/
Dhomed-manager-bus.c97 h->record ? (uint32_t) user_record_gid(h->record) : GID_INVALID, in method_get_home_by_name()
138 h->record ? (uint32_t) user_record_gid(h->record) : GID_INVALID, in method_get_home_by_uid()
178 h->record ? (uint32_t) user_record_gid(h->record) : GID_INVALID, in method_list_homes()
Dhomework-cifs.c82 … p, h->uid, user_record_gid(h), user_record_access_mode(h), user_record_access_mode(h)) < 0) in home_setup_cifs()
Duser-record-util.c149 … JSON_BUILD_PAIR("gid", JSON_BUILD_UNSIGNED(user_record_gid(h))))))), in group_record_synthesize()
160 g->gid = user_record_gid(h); in group_record_synthesize()
Dhomed-home.c74 if (uid_is_system(hr->uid) || gid_is_system(user_record_gid(hr)) || in suitable_home_record()
75 uid_is_dynamic(hr->uid) || gid_is_dynamic(user_record_gid(hr))) in suitable_home_record()
79 if (user_record_gid(hr) != (gid_t) hr->uid) in suitable_home_record()
2097 gid = user_record_gid(h->record); in home_killall()
Dhomework-fscrypt.c338 gid = user_record_gid(h); in home_setup_fscrypt()
Dhomed-home-bus.c34 h->record ? (uint32_t) user_record_gid(h->record) : GID_INVALID, in property_get_unix_record()
/systemd-251/src/shared/
Duser-record.h400 gid_t user_record_gid(UserRecord *h);
Duser-record.c1870 gid_t user_record_gid(UserRecord *h) { in user_record_gid() function
/systemd-251/src/nss-systemd/
Duserdb-glue.c55 .pw_gid = user_record_gid(hr), in nss_pack_user_record()
/systemd-251/src/userdb/
Duserdbctl.c80 user_record_gid(ur), in show_user()
114 TABLE_GID, user_record_gid(ur), in show_user()