Home
last modified time | relevance | path

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

/linux-4.19.296/fs/cifs/
Dconnect.c3352 bool new_set = (new->mnt_cifs_flags & CIFS_MOUNT_USE_PREFIX_PATH) && in match_prepath() local
3355 if (old_set && new_set && !strcmp(new->prepath, old->prepath)) in match_prepath()
3357 else if (!old_set && !new_set) in match_prepath()