Searched refs:option_str (Results 1 – 1 of 1) sorted by relevance
600 const char *option_str = mount_option_str; in parse_mount_options() local607 unsigned opt_len = strlen(option_str); in parse_mount_options()609 if (strncasecmp(option_str, options, opt_len) == 0 in parse_mount_options()612 IF_FEATURE_MOUNT_FSTAB(IF_DESKTOP( || option_str[opt_len-1] == '=' )) in parse_mount_options()627 option_str += opt_len + 1; in parse_mount_options()774 const char *option_str = mount_option_str; in mount_it_now() local785 append_mount_options(&(mp->mnt_opts), option_str); in mount_it_now()786 option_str += strlen(option_str) + 1; in mount_it_now()