Searched refs:open_rc (Results 1 – 1 of 1) sorted by relevance
261 int open_rc; in detect_directory_symlink_target() local331 open_rc = tcon->ses->server->ops->open(xid, &oparms, &oplock, NULL); in detect_directory_symlink_target()332 if (open_rc == 0) { in detect_directory_symlink_target()336 } else if (open_rc == -ENOTDIR) { in detect_directory_symlink_target()339 } else if (open_rc == -ENOENT) { in detect_directory_symlink_target()350 open_rc = tcon->ses->server->ops->open(xid, &oparms, &oplock, NULL); in detect_directory_symlink_target()351 if (open_rc == 0) { in detect_directory_symlink_target()355 } else if (open_rc == -EISDIR) { in detect_directory_symlink_target()