Searched refs:cifs_extra_mount_options (Results 1 – 4 of 4) sorted by relevance
/systemd-251/src/home/ |
D | homework-cifs.c | 85 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/ |
D | user-record-show.c | 328 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()
|
D | user-record.h | 288 char *cifs_extra_mount_options; member
|
D | user-record.c | 157 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()
|