Searched refs:open_rc (Results 1 – 1 of 1) sorted by relevance
280 int open_rc; in detect_directory_symlink_target() local350 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 == -ENOTDIR) { in detect_directory_symlink_target()358 } else if (open_rc == -ENOENT) { in detect_directory_symlink_target()369 open_rc = tcon->ses->server->ops->open(xid, &oparms, &oplock, NULL); in detect_directory_symlink_target()370 if (open_rc == 0) { in detect_directory_symlink_target()374 } else if (open_rc == -EISDIR) { in detect_directory_symlink_target()