Searched refs:open_rc (Results 1 – 1 of 1) sorted by relevance
265 int open_rc; in detect_directory_symlink_target() local335 open_rc = tcon->ses->server->ops->open(xid, &oparms, &oplock, NULL); in detect_directory_symlink_target()336 if (open_rc == 0) { in detect_directory_symlink_target()340 } else if (open_rc == -ENOTDIR) { in detect_directory_symlink_target()343 } else if (open_rc == -ENOENT) { in detect_directory_symlink_target()354 open_rc = tcon->ses->server->ops->open(xid, &oparms, &oplock, NULL); in detect_directory_symlink_target()355 if (open_rc == 0) { in detect_directory_symlink_target()359 } else if (open_rc == -EISDIR) { in detect_directory_symlink_target()