Home
last modified time | relevance | path

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

/linux/fs/smb/client/
H A Dsmb2file.c155 bool retry_without_read_attributes = false; in smb2_open_file() local
173 retry_without_read_attributes = true; in smb2_open_file()
179 if (rc == -EACCES && retry_without_read_attributes) { in smb2_open_file()