Home
last modified time | relevance | path

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

/linux-6.12.1/fs/smb/client/
Dreparse.c122 int open_rc; in detect_directory_symlink_target() local
192 open_rc = tcon->ses->server->ops->open(xid, &oparms, &oplock, NULL); in detect_directory_symlink_target()
193 if (open_rc == 0) { in detect_directory_symlink_target()
197 } else if (open_rc == -ENOTDIR) { in detect_directory_symlink_target()
200 } else if (open_rc == -ENOENT) { in detect_directory_symlink_target()
211 open_rc = tcon->ses->server->ops->open(xid, &oparms, &oplock, NULL); in detect_directory_symlink_target()
212 if (open_rc == 0) { in detect_directory_symlink_target()
216 } else if (open_rc == -EISDIR) { in detect_directory_symlink_target()