Home
last modified time | relevance | path

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

/systemd-251/src/home/
Dhomework-cifs.c85 if (h->cifs_extra_mount_options) in home_setup_cifs()
86 if (!strextend_with_separator(&options, ",", h->cifs_extra_mount_options)) in home_setup_cifs()
/systemd-251/src/shared/
Duser-record-show.c328 if (hr->cifs_extra_mount_options) in user_record_show()
329 printf("CIFS MntOpts: %s\n", hr->cifs_extra_mount_options); in user_record_show()
Duser-record.h288 char *cifs_extra_mount_options; member
Duser-record.c157 free(h->cifs_extra_mount_options); in user_record_free()
1189 … json_dispatch_string, offsetof(UserRecord, cifs_extra_mount_options), 0 … in dispatch_per_machine()
1540 … json_dispatch_string, offsetof(UserRecord, cifs_extra_mount_options), 0 … in user_record_load()