Lines Matching refs:ret
736 int ret;747 ret = unshare_fd(CLONE_FILES, max_unshare_fds, &fds);748 if (ret)749 return ret;819 int ret;822 ret = __close_fd_get_file(fd, res);825 return ret;1252 int ret = -EBADF;1256 ret = get_unused_fd_flags(0);1257 if (ret >= 0)1258 fd_install(ret, file);1262 return ret;