Searched refs:get_option_ul (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.4/fs/cifs/ |
| D | connect.c | 1322 static int get_option_ul(substring_t args[], unsigned long *option) in get_option_ul() function 1342 rc = get_option_ul(args, &value); in get_option_uid() 1360 rc = get_option_ul(args, &value); in get_option_gid() 2015 if (get_option_ul(args, &option)) { in cifs_parse_mount_options() 2023 if (get_option_ul(args, &option)) { in cifs_parse_mount_options() 2031 if (get_option_ul(args, &option) || in cifs_parse_mount_options() 2040 if (get_option_ul(args, &option)) { in cifs_parse_mount_options() 2047 if (get_option_ul(args, &option)) { in cifs_parse_mount_options() 2067 if (get_option_ul(args, &option)) { in cifs_parse_mount_options() 2075 if (get_option_ul(args, &option)) { in cifs_parse_mount_options() [all …]
|