Searched refs:get_option_ul (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.10/fs/cifs/ |
D | connect.c | 1268 static int get_option_ul(substring_t args[], unsigned long *option) in get_option_ul() function 1288 rc = get_option_ul(args, &value); in get_option_uid() 1306 rc = get_option_ul(args, &value); in get_option_gid() 1808 if (get_option_ul(args, &option)) { in cifs_parse_mount_options() 1816 if (get_option_ul(args, &option)) { in cifs_parse_mount_options() 1824 if (get_option_ul(args, &option) || in cifs_parse_mount_options() 1833 if (get_option_ul(args, &option)) { in cifs_parse_mount_options() 1840 if (get_option_ul(args, &option)) { in cifs_parse_mount_options() 1860 if (get_option_ul(args, &option)) { in cifs_parse_mount_options() 1868 if (get_option_ul(args, &option)) { in cifs_parse_mount_options() [all …]
|