Lines Matching defs:old
2277 pr_warn_once("No dialect specified on mount. Default has changed to a more secure dialect, SMB2.1 or later (e.g. SMB3.1.1), from CIFS (SMB1). To use the less secure SMB1 dialect to access old servers which do not support SMB3.1.1 (or even SMB3 or SMB2.1) specify vers=1.0 on mount.\n");
3448 struct cifs_sb_info *old = CIFS_SB(sb);
3450 unsigned int oldflags = old->mnt_cifs_flags & CIFS_MOUNT_MASK;
3456 if (old->mnt_cifs_serverino_autodisabled)
3466 if (new->wsize && new->wsize < old->wsize)
3469 if (new->rsize && new->rsize < old->rsize)
3472 if (!uid_eq(old->mnt_uid, new->mnt_uid) || !gid_eq(old->mnt_gid, new->mnt_gid))
3475 if (old->mnt_file_mode != new->mnt_file_mode ||
3476 old->mnt_dir_mode != new->mnt_dir_mode)
3479 if (strcmp(old->local_nls->charset, new->local_nls->charset))
3482 if (old->actimeo != new->actimeo)
3491 struct cifs_sb_info *old = CIFS_SB(sb);
3493 bool old_set = (old->mnt_cifs_flags & CIFS_MOUNT_USE_PREFIX_PATH) &&
3494 old->prepath;
3498 if (old_set && new_set && !strcmp(new->prepath, old->prepath))
3650 * calling name ends in null (byte 16) from old smb
4020 * while still recognizing old Windows style symlinks.